Skip to content

Commit

Permalink
Add MsgTransfer button
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Jun 5, 2023
1 parent 290af9c commit 958b7e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/forms/CreateTxForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const CreateTxForm = ({ router, senderAddress, accountOnChain }: CreateTxFormPro
label="Add MsgSetWithdrawAddress"
onClick={() => addMsgType("setWithdrawAddress")}
/>
<Button label="Add MsgTransfer" onClick={() => addMsgType("msgTransfer")} />
</StackableContainer>
<Button
label="Create Transaction"
Expand Down

0 comments on commit 958b7e8

Please sign in to comment.