mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
version: add abci version to handshake (#5706)
## Description - add `AbciVersion` RequestInfo Closes: #2804
This commit is contained in:
@@ -12,4 +12,5 @@ var RequestInfo = abci.RequestInfo{
|
||||
Version: version.TMCoreSemVer,
|
||||
BlockVersion: version.BlockProtocol,
|
||||
P2PVersion: version.P2PProtocol,
|
||||
AbciVersion: version.ABCIVersion,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user