Skip to content

Commit

Permalink
Merge pull request #19 from Kava-Labs/dm-fix-fees
Browse files Browse the repository at this point in the history
Drop transaction fee
  • Loading branch information
denalimarsh authored Jul 2, 2020
2 parents e1c2ad5 + 1987b70 commit 2e23f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (kc *KavaClient) sign(m sdk.Msg) ([]byte, error) {
ChainID: chainID,
AccountNumber: 0,
Sequence: 0,
Fee: authtypes.NewStdFee(200000, sdk.NewCoins(sdk.NewCoin("ukava", sdk.NewInt(250000)))),
Fee: authtypes.NewStdFee(250000, nil),
Msgs: []sdk.Msg{m},
Memo: "",
}
Expand Down

0 comments on commit 2e23f4f

Please sign in to comment.