update kvstore to mark transactions as replacements

This commit is contained in:
William Banfield
2022-08-18 14:05:11 -04:00
parent b3a507bb08
commit 8bcfc626ca
3 changed files with 26 additions and 3 deletions

View File

@@ -7,4 +7,5 @@ const (
CodeTypeBadNonce uint32 = 2
CodeTypeUnauthorized uint32 = 3
CodeTypeUnknownError uint32 = 4
CodeTypeExecuted uint32 = 5
)