1
0

fee ui - rounding: display info icon with tooltip. show pre-rounding values in ui.

This commit is contained in:
SomberNight
2018-01-03 18:08:10 +01:00
parent 012a636fab
commit 7033125186
7 changed files with 96 additions and 18 deletions

View File

@@ -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)