Update bitcoin versions
This commit is contained in:
parent
37264a71c7
commit
c037fdefa2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue