fee ui - rounding: display info icon with tooltip. show pre-rounding values in ui.
This commit is contained in:
@@ -923,6 +923,7 @@ class Abstract_Wallet(PrintError):
|
||||
tx = coin_chooser.make_tx(inputs, outputs, change_addrs[:max_change],
|
||||
fee_estimator, self.dust_threshold())
|
||||
else:
|
||||
# FIXME?? this might spend inputs with negative effective value...
|
||||
sendable = sum(map(lambda x:x['value'], inputs))
|
||||
_type, data, value = outputs[i_max]
|
||||
outputs[i_max] = (_type, data, 0)
|
||||
|
||||
Reference in New Issue
Block a user