Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantran1702 committed Jun 7, 2024
1 parent d84e87b commit e26f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/feeabs/ante/ante_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func TestMempoolDecorator(t *testing.T) {
false,
nil,
},
// TODO: Add support for multiple denom fees(--fees 50ibc,50native)
{
"half native fee, half ibc fee, should pass",
sdk.NewCoins(sdk.NewInt64Coin("native", 500*int64(gasLimit)), sdk.NewInt64Coin("ibcfee", 500*int64(gasLimit))),
Expand All @@ -113,6 +112,7 @@ func TestMempoolDecorator(t *testing.T) {
false,
nil,
},
// TODO: add test for two ibc fee denoms
}
for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
Expand Down

0 comments on commit e26f46e

Please sign in to comment.