add validator option --accounts-db-skip-shrink (#19028)
* add validator option --accounts-db-skip-shrink * typo
This commit is contained in:
committed by
GitHub
parent
68cc71409e
commit
3280ae3e9f
@ -186,6 +186,7 @@ mod tests {
|
||||
accounts_db::AccountShrinkThreshold::default(),
|
||||
check_hash_calculation,
|
||||
false,
|
||||
false,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
@ -842,6 +843,7 @@ mod tests {
|
||||
accounts_db::AccountShrinkThreshold::default(),
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
)?;
|
||||
|
||||
Ok((
|
||||
|
Reference in New Issue
Block a user