Skip to content

Commit 6dd3f23

Browse files
author
Sasha Aldrick
committed
clean up final print
1 parent 597375a commit 6dd3f23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ async fn main() -> Result<()> {
217217
.context("failed to get number from contract")?
218218
._0;
219219
tracing::info!(
220-
"Number for address: {:?} is set to {:?}",
221-
boundless_client.caller(),
220+
"The number variable for contract at address: {:?} is set to {:?}",
221+
args.even_number_address,
222222
number
223223
);
224224

0 commit comments

Comments
 (0)