Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Nov 20, 2023
1 parent ab761af commit 769a791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_node/tests/nodes_rewards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ fn current_rewards_balance() -> Result<NanoTokens> {
let path = entry?.path();
let wallet = LocalWallet::try_load_from(&path)?;
let balance = wallet.balance();
//println!("Node's wallet {path:?} currently have balance of {balance:?}");

total_rewards = total_rewards
.checked_add(balance)
.ok_or_else(|| eyre!("Faied to sum up rewards balance"))?;
Expand Down

0 comments on commit 769a791

Please sign in to comment.