lnwallet: update addr in transactions_test.go for new regtest hrp

This commit is contained in:
Olaoluwa Osuntokun 2018-04-17 19:26:32 -07:00
parent d63b923f5e
commit 188b8462cd
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -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 {