Skip to content

Commit 8102c64

Browse files
committed
Continued refactoring
1 parent 93449a4 commit 8102c64

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

examples/create_and_mine_block.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ def main():
296296
# The commitment script is described above
297297
# and is added to the second output of the coinbase transaction
298298
witness_commitment_script = Script(["OP_RETURN", "aa21a9ed"+witness_commitment_hash]);
299-
300-
print("1 : ", witness_commitment_script);
301299
print("witness commitment script : ", witness_commitment_script)
302300
txout2 = TxOutput(to_satoshis(0), witness_commitment_script)
303301
coinbase_tx = Transaction(

0 commit comments

Comments
 (0)