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
PR #163 implemented support for getblocktemplate. However, during the
implementation the version_bits_available HashMap the map fields were
switched.
This became apparent during testing against a v0.21.1 Bitcoin
Core node, which includes support for the Taproot softfork via
the 2nd version bit. Previously, no softfork was defined.
```
$ bitcoin-cli getblocktemplate "{\"rules\": [\"segwit\"]}"
...
"vbavailable": {
"taproot": 2
},
...
```
0 commit comments