mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Removes unused errors, redefines the ones after those
This commit is contained in:
@@ -6,7 +6,7 @@ APPOINTMENT_WRONG_FIELD_FORMAT = -4
|
|||||||
APPOINTMENT_FIELD_TOO_SMALL = -5
|
APPOINTMENT_FIELD_TOO_SMALL = -5
|
||||||
APPOINTMENT_FIELD_TOO_BIG = -6
|
APPOINTMENT_FIELD_TOO_BIG = -6
|
||||||
APPOINTMENT_WRONG_FIELD = -7
|
APPOINTMENT_WRONG_FIELD = -7
|
||||||
APPOINTMENT_INVALID_SIGNATURE = -10
|
APPOINTMENT_INVALID_SIGNATURE = -8
|
||||||
|
|
||||||
# Custom RPC errors
|
# Custom RPC errors
|
||||||
RPC_TX_REORGED_AFTER_BROADCAST = -98
|
RPC_TX_REORGED_AFTER_BROADCAST = -98
|
||||||
|
|||||||
Reference in New Issue
Block a user