Skip to content

Commit

Permalink
Reorder denom in MsgSendToEth constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Nov 15, 2023
1 parent 4e545e8 commit c77fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proto/src/messages/gravity/msgSendToEth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { Coin } from '../../proto/cosmos/base/coin'
export function createMsgSendToEth(
sender: string,
eth_dest: string,
denom: string,
amount: string,
denom: string,
bridge_fee: string,
chain_fee: string,
) {
Expand Down

0 comments on commit c77fd9b

Please sign in to comment.