Merge PR #4996: Expose precheck errors from tx

This commit is contained in:
Timothy Chen
2019-09-11 14:56:36 -04:00
committed by Alexander Bezobchuk
parent 849e2fb638
commit 5bcab79e8a
6 changed files with 137 additions and 6 deletions
+3
View File
@@ -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