btcwallet
btcwallet copied to clipboard
[WRN] CHNS: Remote server sent invalid message: json: cannot set embedded pointer to unexported struct: btcrpcclient.rawResponse
Related to rpcclient: Update for go1.10 breaking changes.
: https://github.com/btcsuite/btcd/commit/2be2f12b358dc57d70b8f501b00be450192efbc3
Unfortunately btcwallet uses: "github.com/btcsuite/btcrpcclient", which was discontinued: This package is now a sub-package in the rpcclient directory of the btcd repository.
https://github.com/btcsuite/btcrpcclient/commit/22cf4e48bf371247b90fbae9cc5ef45c640ed9bb
With Go version before 1.10, you can use glide
to install specific dependencies. Anyway, btcwallet
need to match with the latest version of btcd
.
I hitted this issue too. I believe my wallet balance is wrong because of that. Even running dropwtxmgr, the full rescan does not happen
how to fix this problem
+1, can you post how to resolve it?
This is answered in #483