We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af6572 commit 301fd51Copy full SHA for 301fd51
test/functional/replace-by-fee.py
@@ -531,8 +531,8 @@ def test_rpc(self):
531
assert_equal(json1["vin"][0]["sequence"], 4294967295)
532
533
rawtx2 = self.nodes[0].createrawtransaction([], outs)
534
- frawtx2a = self.nodes[0].fundrawtransaction(rawtx2, {"optIntoRbf": True})
535
- frawtx2b = self.nodes[0].fundrawtransaction(rawtx2, {"optIntoRbf": False})
+ frawtx2a = self.nodes[0].fundrawtransaction(rawtx2, {"replaceable": True})
+ frawtx2b = self.nodes[0].fundrawtransaction(rawtx2, {"replaceable": False})
536
537
json0 = self.nodes[0].decoderawtransaction(frawtx2a['hex'])
538
json1 = self.nodes[0].decoderawtransaction(frawtx2b['hex'])
0 commit comments