pkt-cash / pktd

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

Fix sync problem when running GitHub's action #332

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following things were added/changed/fixed:

. the noFreelistSync parameter on walletunlocker.New() function was unused; . increase in the timeout for InitWallet() execution in TestInitWallet() test from lnd/walletunlocker/service_test.go, which was leading to a sync bug when running as a Github's Action; . I kept some debug traces used during the debugging of the test code;