1
0

move estimate_fee back to wallet

This commit is contained in:
ThomasV
2016-02-02 12:26:28 +01:00
parent 0b54ed0243
commit eb36884c66
4 changed files with 8 additions and 25 deletions

View File

@@ -221,11 +221,6 @@ class Wallet_2fa(Multisig_Wallet):
return 0
return price
def estimated_fee(self, tx, fee_per_kb):
fee = tx.estimated_fee(fee_per_kb)
fee += self.extra_fee(tx)
return fee
def make_unsigned_transaction(self, coins, outputs, config,
fixed_fee=None, change_addr=None):
tx = BIP32_Wallet.make_unsigned_transaction(