I'm working on the update of the Kyoto example in the book of bdk, and after updating the ScanType::Recovery argument on the build_with_wallet method I realized I was using methods that don't work on Signet.
I think the rustdoc could mention this for the HashCheckpoint::taproot_activation and the HashCheckpoint::segwit_activation methods.
I'm working on the update of the Kyoto example in the book of bdk, and after updating the
ScanType::Recoveryargument on thebuild_with_walletmethod I realized I was using methods that don't work on Signet.I think the rustdoc could mention this for the
HashCheckpoint::taproot_activationand theHashCheckpoint::segwit_activationmethods.