pkt-cash / pktd

The PKT full node and wallet
https://pkt.cash/
ISC License
39 stars 27 forks source link

Fix the remainig broken test #331

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following things were added/changed/fixed:

. compilation errors fixed in the following tests: lnd/lntest/itest/lnd_macaroons_test.go and lnd/lntest/itest/lnd_test.go; . adjustments to lnd/lntest/node.go due to the move of ChangePassword() to MetaService package; . fix in the TestInitWallet() test from lnd/walletunlocker/service_test.go that had a sort of sync bug; . I kept some debug traces used during the debugging of the test code;