More guard rails for restart with ledger procedure (#10854)
* Add expected_bank_hash required for supermajority * Print snapshot hash in ledger-tool create-snapshot.
This commit is contained in:
@@ -1141,8 +1141,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