You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bitcoin transactions generated by the Stacks miner must always have a change address. If there is no change address, then the op is treated as invalid. In testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs, we need to ensure that this is the case.
Background: naka-1 stalled after a restart and it was discovered that the VRF key register was invalid because it had no change address while the node expected 2 outputs: the OP_RETURN and the change.
The text was updated successfully, but these errors were encountered:
The Bitcoin transactions generated by the Stacks miner must always have a change address. If there is no change address, then the op is treated as invalid. In testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs, we need to ensure that this is the case.
Background: naka-1 stalled after a restart and it was discovered that the VRF key register was invalid because it had no change address while the node expected 2 outputs: the
OP_RETURN
and the change.The text was updated successfully, but these errors were encountered: