mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
itest: fix typo.
This commit is contained in:
parent
fe829c2508
commit
9f9d1c9e0b
@ -1010,7 +1010,7 @@ func runFundAndSignPsbt(ht *lntest.HarnessTest, alice *node.HarnessNode) {
|
|||||||
|
|
||||||
for _, addrType := range spendAddrTypes {
|
for _, addrType := range spendAddrTypes {
|
||||||
for _, changeType := range changeAddrTypes {
|
for _, changeType := range changeAddrTypes {
|
||||||
ht.Logf("testing with address type %s and"+
|
ht.Logf("testing with address type %s and "+
|
||||||
"change address type %s", addrType, changeType)
|
"change address type %s", addrType, changeType)
|
||||||
|
|
||||||
// First, spend all the coins in the wallet to an
|
// First, spend all the coins in the wallet to an
|
||||||
|
Loading…
Reference in New Issue
Block a user