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
self.log.info("Verify unsigned p2sh witness txs without a redeem script are invalid")
207
197
self.fail_accept(self.nodes[2], "mandatory-script-verify-flag-failed (Operation not valid with the current stack size)", p2sh_ids[NODE_2][P2WPKH][1], sign=False)
208
198
self.fail_accept(self.nodes[2], "mandatory-script-verify-flag-failed (Operation not valid with the current stack size)", p2sh_ids[NODE_2][P2WSH][1], sign=False)
209
199
210
200
self.generate(self.nodes[0], 4) # blocks 428-431
211
201
212
-
self.log.info("Verify previous witness txs can now be mined")
202
+
self.log.info("Verify witness txs are mined as soon as segwit activates")
0 commit comments