Skip to content

Commit 8d80431

Browse files
committed
Just takle a single warning
1 parent 932e06c commit 8d80431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

massa-execution/src/interface_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl Interface for InterfaceImpl {
6363
Some(addr) => addr,
6464
_ => bail!("Failed to read call stack current address"),
6565
};
66-
Ok(context.ledger_step.get_balance(&address).to_raw())
66+
Ok(context.ledger_step.get_balance(address).to_raw())
6767
}
6868

6969
/// Returns zero as a default if address not found.

0 commit comments

Comments
 (0)