Merge PR #4996: Expose precheck errors from tx
This commit is contained in:
committed by
Alexander Bezobchuk
parent
849e2fb638
commit
5bcab79e8a
@@ -46,6 +46,9 @@ const (
|
||||
CodeTooManySignatures CodeType = 15
|
||||
CodeGasOverflow CodeType = 16
|
||||
CodeNoSignatures CodeType = 17
|
||||
CodeTxInMempoolCache CodeType = 18
|
||||
CodeMempoolIsFull CodeType = 19
|
||||
CodeTxTooLarge CodeType = 20
|
||||
|
||||
// CodespaceRoot is a codespace for error codes in this file only.
|
||||
// Notice that 0 is an "unset" codespace, which can be overridden with
|
||||
|
||||
Reference in New Issue
Block a user