tools: clone proto files from spec (#6976)

## Description

clone proto files from spec in order to have them in a single location

closes https://github.com/tendermint/spec/issues/343
This commit is contained in:
Marko
2021-10-18 08:22:02 +00:00
committed by GitHub
parent ca8f004112
commit 19ec4a5322
17 changed files with 31 additions and 993 deletions
+1 -1
View File
@@ -1838,7 +1838,7 @@ type ResponseCheckTx struct {
Sender string `protobuf:"bytes,9,opt,name=sender,proto3" json:"sender,omitempty"`
Priority int64 `protobuf:"varint,10,opt,name=priority,proto3" json:"priority,omitempty"`
// mempool_error is set by Tendermint.
// ABCI applictions creating a ResponseCheckTX should not set mempool_error.
// ABCI applications creating a ResponseCheckTX should not set mempool_error.
MempoolError string `protobuf:"bytes,11,opt,name=mempool_error,json=mempoolError,proto3" json:"mempool_error,omitempty"`
}