Skip to content

Commit d9b1b44

Browse files
Merge #2151
2151: Just takle a single warning r=damip a=adrien-zinger Co-authored-by: Adrien Zinger <zinger.ad@gmail.com>
2 parents 3bc68a7 + 8d80431 commit d9b1b44

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)