mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 19:51:41 +00:00
check tmsp client err and set mustConnect=false
This commit is contained in:
@ -2,6 +2,6 @@ package version
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "7" // tmsp useability (protobuf, unix); optimizations; broadcast_tx_commit
|
||||
const Fix = "1" // query conn, peer filter, fast sync fix
|
||||
const Fix = "2" // query conn, peer filter, fast sync fix (+hot fix to tmsp connecting)
|
||||
|
||||
const Version = Maj + "." + Min + "." + Fix
|
||||
|
Reference in New Issue
Block a user