Skip to content

Commit

Permalink
itest: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggie1984 committed Apr 25, 2024
1 parent fe829c2 commit 9f9d1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/lnd_psbt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ func runFundAndSignPsbt(ht *lntest.HarnessTest, alice *node.HarnessNode) {

for _, addrType := range spendAddrTypes {
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)

// First, spend all the coins in the wallet to an
Expand Down

0 comments on commit 9f9d1c9

Please sign in to comment.