btcwallet icon indicating copy to clipboard operation
btcwallet copied to clipboard

[WRN] CHNS: Remote server sent invalid message: json: cannot set embedded pointer to unexported struct: btcrpcclient.rawResponse

Open jmastr opened this issue 6 years ago • 5 comments

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

jmastr avatar Mar 07 '18 11:03 jmastr

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.

nhandl3 avatar Mar 22 '18 11:03 nhandl3

I hitted this issue too. I believe my wallet balance is wrong because of that. Even running dropwtxmgr, the full rescan does not happen

vctt94 avatar Mar 27 '18 13:03 vctt94

how to fix this problem

cuiweixie avatar Apr 02 '18 09:04 cuiweixie

+1, can you post how to resolve it?

AleksandrShepelev avatar Apr 12 '18 05:04 AleksandrShepelev

This is answered in #483

nhandl3 avatar Apr 12 '18 09:04 nhandl3