sweep txs are now always RBF

This commit is contained in:
SomberNight 2017-10-10 19:53:28 +02:00
parent 293fba3a38
commit 0a1ebea669
1 changed files with 1 additions and 0 deletions

View File

@ -911,6 +911,7 @@ class Abstract_Wallet(PrintError):
outputs = [(TYPE_ADDRESS, recipient, total - fee)]
tx = Transaction.from_io(inputs, outputs)
tx.set_rbf(True)
tx.sign(keypairs)
return tx