From 188b8462cd462fb066e583b42bf14398e4bfb64e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 17 Apr 2018 19:26:32 -0700 Subject: [PATCH] lnwallet: update addr in transactions_test.go for new regtest hrp --- lnwallet/transactions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/transactions_test.go b/lnwallet/transactions_test.go index 3be7a404f..42d5859cc 100644 --- a/lnwallet/transactions_test.go +++ b/lnwallet/transactions_test.go @@ -188,7 +188,7 @@ func newTestContext() (tc *testContext, err error) { return } - const fundingChangeAddressStr = "tb1q8j3nctjygm62xp0j8jqdlzk34lw0v5hes3jhvy" + const fundingChangeAddressStr = "bcrt1qgyeqfmptyh780dsk32qawsvdffc2g5q5sxamg0" tc.fundingChangeAddress, err = btcutil.DecodeAddress( fundingChangeAddressStr, tc.netParams) if err != nil {