sort unconfirmed transactions by height
This commit is contained in:
parent
6185f94de4
commit
107adb186f
@ -347,7 +347,7 @@ class Abstract_Wallet(PrintError):
|
|||||||
elif y > 0:
|
elif y > 0:
|
||||||
return y, 0
|
return y, 0
|
||||||
else:
|
else:
|
||||||
return 1e12, 0
|
return 1e12 - y, 0
|
||||||
|
|
||||||
def is_found(self):
|
def is_found(self):
|
||||||
return self.history.values() != [[]] * len(self.history)
|
return self.history.values() != [[]] * len(self.history)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user