bugfix, add status
This commit is contained in:
@@ -13,6 +13,15 @@ struct TurnstileMigrationItem {
|
||||
int blockNumber;
|
||||
double amount;
|
||||
bool chaff;
|
||||
int status;
|
||||
};
|
||||
|
||||
enum TurnstileMigrationItemStatus {
|
||||
NotStarted = 0,
|
||||
SentToT,
|
||||
SentToZS,
|
||||
NotEnoughBalance,
|
||||
UnknownError
|
||||
};
|
||||
|
||||
class Turnstile
|
||||
|
||||
Reference in New Issue
Block a user