Browse Source

fix: add start_burn_ht

feat/clarity-interactive-tour
Friedger Müffke 4 years ago
committed by Alexander Graebe
parent
commit
40c809a803
  1. 1
      src/pages/stacks-blockchain/integrate-stacking.md

1
src/pages/stacks-blockchain/integrate-stacking.md

@ -308,6 +308,7 @@ const txOptions = {
hashbytes, hashbytes,
version, version,
}), }),
uintCV(coreInfo.burn_block_height),
uintCV(numberOfCycles), uintCV(numberOfCycles),
], ],
senderKey: privateKey.data.toString('hex'), senderKey: privateKey.data.toString('hex'),

Loading…
Cancel
Save