Add exception on transaction not found

This commit is contained in:
Michał Sałaban 2018-01-22 04:18:00 +01:00
parent 3854a9e0eb
commit 6255ca48a7
2 changed files with 3 additions and 0 deletions

View file

@ -295,6 +295,7 @@ _err2exc = {
-2: exceptions.WrongAddress,
-4: exceptions.NotEnoughUnlockedMoney,
-5: exceptions.WrongPaymentId,
-8: exceptions.TransactionNotFound,
-16: exceptions.TransactionNotPossible,
-20: exceptions.AmountIsZero,
-32601: MethodNotFound,