From c037fdefa2f28afed247457054b543760e348463 Mon Sep 17 00:00:00 2001 From: Patrick O'Grady Date: Thu, 15 Oct 2020 15:16:46 -0700 Subject: [PATCH] Update bitcoin versions --- services/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/types.go b/services/types.go index 5d83625..706ee7b 100644 --- a/services/types.go +++ b/services/types.go @@ -25,7 +25,7 @@ import ( const ( // RosettaVersion is the version of the // Rosetta Specification we are using. - RosettaVersion = "1.4.4" + RosettaVersion = "1.4.5" // NodeVersion is the version of // bitcoin core we are using. @@ -38,7 +38,7 @@ var ( // variable instead of a constant because // we typically need the pointer of this // value. - MiddlewareVersion = "0.0.3" + MiddlewareVersion = "0.0.4" ) // Client is used by the servicers to get Peer information