More guard rails for restart with ledger procedure (#10853)
* Add expected_bank_hash required for supermajority * Print snapshot hash in ledger-tool create-snapshot.
This commit is contained in:
@ -1363,8 +1363,9 @@ fn main() {
|
||||
.and_then(|package| {
|
||||
snapshot_utils::archive_snapshot_package(&package).map(|ok| {
|
||||
println!(
|
||||
"Successfully created snapshot for slot {}: {:?}",
|
||||
"Successfully created snapshot for slot {}, hash {}: {:?}",
|
||||
bank.slot(),
|
||||
bank.hash(),
|
||||
package.tar_output_file
|
||||
);
|
||||
println!(
|
||||
|
Reference in New Issue
Block a user