Skip to content

Commit

Permalink
fix: outdated field name
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht committed Dec 9, 2024
1 parent 83ea100 commit 74740fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/up/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ impl UpContractCommand {
let transaction_data = TransactionData::new(self.url.to_string(), call_data);
// starts server
let mut wallet = WalletIntegrationManager::new(ui, transaction_data);
log::step(format!("Wallet signing portal started at http://{}", wallet.addr))?;
log::step(format!("Wallet signing portal started at http://{}", wallet.rpc_url))?;

log::step("Waiting for signature... Press Ctrl+C to terminate early.")?;
loop {
Expand Down

0 comments on commit 74740fb

Please sign in to comment.