1
0

add prioritize and freeze console commands. fix choose_inputs

This commit is contained in:
ThomasV
2012-06-06 19:26:05 +02:00
parent 4e876fcfcf
commit e1b3b5892b
3 changed files with 68 additions and 6 deletions

View File

@@ -669,7 +669,7 @@ class Wallet:
coins = sorted( coins, key = lambda x: x[1]['timestamp'] )
for addr in prioritized_addresses:
for addr in self.prioritized_addresses:
h = self.history.get(addr)
if h is None: continue
for item in h: