Skip to content

Commit

Permalink
fix(core): change fill block mode (#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Nov 14, 2024
1 parent fa01196 commit 3a10c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/exchange_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func fillBlocks(
default:
}

_, err := cctx.FillBlock(16, cfg.Genesis.Accounts()[0].Name, flags.BroadcastBlock)
_, err := cctx.FillBlock(16, cfg.Genesis.Accounts()[0].Name, flags.BroadcastAsync)
require.NoError(t, err)
}
}
Expand Down

0 comments on commit 3a10c31

Please sign in to comment.