bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Latest release is missing wallet sync method #154

Closed i5hi closed 1 year ago

i5hi commented 1 year ago

I installed the latest 0.27.1 release of bdk-cli using

cargo install bdk-cli

This version is missing the wallet sync subcommand.

Edit: Cloning from the master branch has the same bug.

i5hi commented 1 year ago

Sorry, just went through the code and noticed that sync requires enabling node backend feature.