Skip to content

Commit

Permalink
[gh-1282] fix referential link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feliciss committed Jan 15, 2024
1 parent b2e73e3 commit 9be4751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rooch/src/commands/account/commands/binding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl BindingCommand {
pub async fn execute(self) -> RoochResult<()> {
let multichain_address = MultiChainAddress::try_from_str_with_multichain_id(
self.l1_chain,
&self.l1_address.as_str(),
self.l1_address.as_str(),
)?;
let wallet_context = self.context_options.build()?;
let sender = wallet_context.resolve_address(self.tx_options.sender)?;
Expand Down

0 comments on commit 9be4751

Please sign in to comment.