Skip to content

Commit

Permalink
potlock: clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 9, 2024
1 parent 6c7a767 commit 0d838e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/potlock/interact-rs/src/potlock_interactor_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ impl ContractInteract {
.run()
.await;

println!("Result: {result_value:?}");

result_value
}

Expand Down

0 comments on commit 0d838e9

Please sign in to comment.