Skip to content

Commit

Permalink
Merge pull request #38 from planetarium/hotfix/tx-status
Browse files Browse the repository at this point in the history
Avoid tx status deserialize failed
  • Loading branch information
ipdae authored Sep 3, 2024
2 parents 2b0169e + 678f538 commit 1eb793d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ public enum TransactionStatus
INVALID,
STAGING,
SUCCESS,
FAILURE
}
FAILURE,
INCLUDED,
}

0 comments on commit 1eb793d

Please sign in to comment.