Skip to content

Commit

Permalink
fix(sozo): wait for set_metadata txn (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Feb 19, 2024
1 parent afa4e93 commit 504b83e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/sozo/src/ops/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ where
anyhow!("Failed to set World metadata: {e}")
})?;

TransactionWaiter::new(transaction_hash, migrator.provider()).await?;

ui.print_sub(format!("Set Metadata transaction: {:#x}", transaction_hash));
ui.print_sub(format!("Metadata uri: ipfs://{hash}"));
}
Expand Down

0 comments on commit 504b83e

Please sign in to comment.