Skip to content

Commit

Permalink
feat(agoric-cli): Block agoric wallet send on tx inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 12, 2024
1 parent ac4fd87 commit 497e583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agoric-cli/src/commands/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const makeWalletCommand = async command => {

const offerBody = fs.readFileSync(offer).toString();
const out = execSwingsetTransaction(
['wallet-action', '--allow-spend', offerBody, '-ojson'],
['wallet-action', '--allow-spend', offerBody, '-ojson', '-bblock'],
{
...networkConfig,
keyring: { home, backend },
Expand Down

0 comments on commit 497e583

Please sign in to comment.