Update bitcoin versions

This commit is contained in:
Patrick O'Grady 2020-10-15 15:16:46 -07:00
parent 37264a71c7
commit c037fdefa2
No known key found for this signature in database
GPG key ID: 8DE11C985C0C8D85

View file

@ -25,7 +25,7 @@ import (
const ( const (
// RosettaVersion is the version of the // RosettaVersion is the version of the
// Rosetta Specification we are using. // Rosetta Specification we are using.
RosettaVersion = "1.4.4" RosettaVersion = "1.4.5"
// NodeVersion is the version of // NodeVersion is the version of
// bitcoin core we are using. // bitcoin core we are using.
@ -38,7 +38,7 @@ var (
// variable instead of a constant because // variable instead of a constant because
// we typically need the pointer of this // we typically need the pointer of this
// value. // value.
MiddlewareVersion = "0.0.3" MiddlewareVersion = "0.0.4"
) )
// Client is used by the servicers to get Peer information // Client is used by the servicers to get Peer information