Skip to content

Commit b13f8b9

Browse files
committed
Increase model burn height
1 parent 63f180e commit b13f8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/core-contract-tests/tests/sip-031/commands/MineBlocks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const MineBlocks = () =>
1111
trackCommandRun(model, "mine-blocks");
1212

1313
simnet.mineEmptyBlocks(r.blocks);
14+
model.blockHeight += BigInt(r.blocks);
1415

1516
logCommand({
1617
sender: undefined,

0 commit comments

Comments
 (0)