You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest (unreleased) versions of bitcoind and lnd I get the following error after unlocking the wallet.
Unable to create chain control: unable to retrieve best block: json: cannot unmarshal object into Go struct field GetBlockChainInfoResult.softforks of type []*btcjson.SoftForkDescription
Your environment
version of lnd - v0.7.1-beta-rc2 and master commit 80c675
Background
Using the latest (unreleased) versions of bitcoind and lnd I get the following error after unlocking the wallet.
Unable to create chain control: unable to retrieve best block: json: cannot unmarshal object into Go struct field GetBlockChainInfoResult.softforks of type []*btcjson.SoftForkDescription
Your environment
lnd- v0.7.1-beta-rc2 and master commit 80c675uname -aon *Nix) linux 4.15.0-58-generic #50 Add database versioning #64-Ubuntubtcd,bitcoind, or other backend Bitcoin Core Daemon version v0.18.99.0-7a960ba77Steps to reproduce
Start up bitcoind, start up lnd, lnd unlock.
Expected behaviour
That lnd continues to run.
Actual behaviour
Get error and lnd quits.