We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e27c0 commit 444067dCopy full SHA for 444067d
packages/cosmic-swingset/lib/ag-solo/fake-chain.js
@@ -75,7 +75,7 @@ export async function connectToFakeChain(basedir, GCI, role, delay, inbound) {
75
const maximumDelay = (delay || PRETEND_BLOCK_DELAY) * 1000;
76
77
const withBlockQueue = makeWithQueue();
78
- const simulateBlock = withBlockQueue(async function simulateBlock() {
+ const simulateBlock = withBlockQueue(async function unqueuedSimulateBlock() {
79
const actualStart = Date.now();
80
// Gather up the new messages into the latest block.
81
thisBlock.push(...intoChain);
0 commit comments