Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Aug 23, 2024
1 parent 6f79a7f commit 2fe5225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/testcases/run_in_band/feemarket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ describe('Neutron / Fee Market', () => {
nonNtrnWallet.address,
GasPrice.fromString('0.01uibcatom'),
);

// on neutron v4.2.1 tx fails with error
// Query failed with (6): rpc error: code = Unknown desc = error escrowing funds: spendable balance 0untrn is smaller than 1untrn:
// insufficient funds [cosmos/[email protected]/x/bank/keeper/send.go:310] with gas used: '18447': unknown request
const sendAmount = '1000';
res = await nonNtrnNeutronClient.sendTokens(
mainDao.contracts.core.address,
Expand Down

0 comments on commit 2fe5225

Please sign in to comment.