Skip to content

Commit

Permalink
chore(a3p-integration): Reduce nesting level for tryISTBalances t.log…
Browse files Browse the repository at this point in the history
… output
  • Loading branch information
gibson042 committed Nov 19, 2024
1 parent d58dcce commit 7eb1564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/z:acceptance/test-lib/psm-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ export const tryISTBalances = async (t, actualBalance, expectedBalance) => {
}

firstTry.discard();
t.log('tryISTBalances assuming no batched IST fee', firstTry.errors);
t.log('tryISTBalances assuming no batched IST fee', ...firstTry.errors);
// See golang/cosmos/x/swingset/types/default-params.go
// and `ChargeBeans` in golang/cosmos/x/swingset/keeper/keeper.go.
const minFeeDebit = 200_000;
Expand Down

0 comments on commit 7eb1564

Please sign in to comment.