Skip to content

Commit 1d31add

Browse files
author
Fabrice Bascoulergue
committed
Fix forgotten param
1 parent b862563 commit 1d31add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/faucet.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Faucet', () => {
1919
amount: [{ denom: LumConstants.LumDenom, amount: '0' }],
2020
gas: '100000',
2121
};
22-
const broadcastResult = await clt.signAndBroadcastTx(w1, [mintMsg], fee, 'I need a dollar!', false);
22+
const broadcastResult = await clt.signAndBroadcastTx(w1, [mintMsg], fee, 'I need a dollar!');
2323
expect(LumUtils.broadcastTxCommitSuccess(broadcastResult)).toBeTruthy();
2424
});
2525
});

0 commit comments

Comments
 (0)