use maxint-2 to signal RBF, in order to standardize with Bitcoin Core
This commit is contained in:
@@ -148,7 +148,7 @@ class TxDialog(Factory.Popup):
|
||||
self.app.show_error(str(e))
|
||||
return
|
||||
if is_final:
|
||||
new_tx.set_sequence(0xffffffff)
|
||||
new_tx.set_rbf(False)
|
||||
self.tx = new_tx
|
||||
self.update()
|
||||
self.do_sign()
|
||||
|
||||
Reference in New Issue
Block a user