lnwallet: update addr in transactions_test.go for new regtest hrp
This commit is contained in:
parent
d63b923f5e
commit
188b8462cd
@ -188,7 +188,7 @@ func newTestContext() (tc *testContext, err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const fundingChangeAddressStr = "tb1q8j3nctjygm62xp0j8jqdlzk34lw0v5hes3jhvy"
|
const fundingChangeAddressStr = "bcrt1qgyeqfmptyh780dsk32qawsvdffc2g5q5sxamg0"
|
||||||
tc.fundingChangeAddress, err = btcutil.DecodeAddress(
|
tc.fundingChangeAddress, err = btcutil.DecodeAddress(
|
||||||
fundingChangeAddressStr, tc.netParams)
|
fundingChangeAddressStr, tc.netParams)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user