From 343181bbfc45705af5da27bd7b9faa9cc3ad33b9 Mon Sep 17 00:00:00 2001 From: sidhujag Date: Thu, 17 Sep 2020 17:44:49 -0700 Subject: [PATCH] fix test --- server/public_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/public_test.go b/server/public_test.go index a80c72d0..11652291 100644 --- a/server/public_test.go +++ b/server/public_test.go @@ -767,7 +767,7 @@ func httpTestsBitcoinType(t *testing.T, ts *httptest.Server) { status: http.StatusOK, contentType: "application/json; charset=utf-8", body: []string{ - `[{"txid":"3d90d15ed026dc45e19ffb52875ed18fa9e8012ad123d7f7212176e2b0ebdb71","vout":0,"value":"118641975500","height":225494,"confirmations":1,"address":"2N6utyMZfPNUb1Bk8oz7p2JqJrXkq83gegu","path":"m/49'/1'/33'/1/3","script":"a91495e9fbe306449c991d314afe3c3567d5bf78efd287"}]`, + `[{"txid":"3d90d15ed026dc45e19ffb52875ed18fa9e8012ad123d7f7212176e2b0ebdb71","vout":0,"value":"118641975500","height":225494,"confirmations":1,"address":"2N6utyMZfPNUb1Bk8oz7p2JqJrXkq83gegu","path":"m/49'/1'/33'/1/3"}]`, }, }, {