deps: bump -> cic-celo-sdk

This commit is contained in:
2023-02-15 09:39:31 +03:00
parent f2ba079232
commit 397cd78ca9
3 changed files with 21 additions and 6 deletions

View File

@@ -3,7 +3,9 @@ package status
type Status string
const (
Unknown = "UNKNOWN"
Successful = "SUCCESSFUL"
FailGasPrice = "FAIL_GAS_PRICE"
FailGasPrice = "FAIL_LOW_GAS_PRICE"
FailInsufficientGas = "FAIL_NO_GAS"
FailNonce = "FAIL_LOW_NONCE"
Successful = "SUCCESSFUL"
Unknown = "UNKNOWN"
)