1
0

replace wallet.set_fee calls

This commit is contained in:
ThomasV
2015-08-05 18:35:36 +02:00
parent 252c73a06a
commit 7b3e1dafd4
3 changed files with 2 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ def run_settings_dialog(self):
except Exception:
show_message("error")
return
self.wallet.set_fee(fee)
self.config.set_key('fee_per_kb', fee)
try:
nz = int( nz )