Skip to content

Commit

Permalink
fix parse destination which has channel prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tubackkhoa committed Jan 9, 2023
1 parent 4d00505 commit ff2d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/ethereum_gravity/src/send_to_cosmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub async fn send_to_cosmos(
}

info!("sending to on cosmos {}", cosmos_destination);
let encoded_destination_address = Token::String(cosmos_destination.to_string());
let encoded_destination_address = Token::String(cosmos_destination);

let tx_hash = web3
.send_transaction(
Expand Down

0 comments on commit ff2d93e

Please sign in to comment.