We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93449a4 commit 8102c64Copy full SHA for 8102c64
1 file changed
examples/create_and_mine_block.py
@@ -296,8 +296,6 @@ def main():
296
# The commitment script is described above
297
# and is added to the second output of the coinbase transaction
298
witness_commitment_script = Script(["OP_RETURN", "aa21a9ed"+witness_commitment_hash]);
299
-
300
- print("1 : ", witness_commitment_script);
301
print("witness commitment script : ", witness_commitment_script)
302
txout2 = TxOutput(to_satoshis(0), witness_commitment_script)
303
coinbase_tx = Transaction(
0 commit comments