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
In json::lib.rs, the GetBlockchainInfoResult unfortunately is no longer accurate. In more recent versions of bitcoind, warnings changed from a string to an array.
Not sure how to make it work for both older and newer bitcoind versions, but currently it panics on the newer ones.
The text was updated successfully, but these errors were encountered:
In
json::lib.rs
, theGetBlockchainInfoResult
unfortunately is no longer accurate. In more recent versions of bitcoind,warnings
changed from a string to an array.Not sure how to make it work for both older and newer bitcoind versions, but currently it panics on the newer ones.
The text was updated successfully, but these errors were encountered: