1
0

minor fix tx status

This commit is contained in:
ThomasV
2016-08-31 18:45:58 +02:00
parent c820423b00
commit e38abb95d7

View File

@@ -767,7 +767,7 @@ class Abstract_Wallet(PrintError):
is_lowfee = fee < low_fee * 0.5
else:
is_lowfee = False
if not is_final:
if height==0 and not is_final:
status = 0
elif height < 0:
status = 1