mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2026-05-17 18:05:22 +02:00
deps: bump -> cic-celo-sdk
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user