mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 15:34:22 +01:00
lnwallet: update addr in transactions_test.go for new regtest hrp
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user