check tmsp client err and set mustConnect=false

This commit is contained in:
Ethan Buchman
2016-09-11 16:02:29 -04:00
parent 0fd8c98301
commit c7e578ac0d
4 changed files with 7 additions and 4 deletions

View File

@ -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