largest -> highest

This commit is contained in:
Michael Vines
2020-07-10 12:57:32 -07:00
parent f3a007b33d
commit 25ca99cdcf

View File

@ -3568,7 +3568,7 @@ pub mod tests {
block_commitment_cache block_commitment_cache
.write() .write()
.unwrap() .unwrap()
.set_largest_confirmed_root(std::u64::MAX); .set_highest_confirmed_root(std::u64::MAX);
let req = format!( let req = format!(
r#"{{"jsonrpc":"2.0","id":1,"method":"getConfirmedBlocks","params":[0,{}]}}"#, r#"{{"jsonrpc":"2.0","id":1,"method":"getConfirmedBlocks","params":[0,{}]}}"#,
MAX_GET_CONFIRMED_BLOCKS_RANGE MAX_GET_CONFIRMED_BLOCKS_RANGE