Cryp Toon

Results 45 comments of Cryp Toon
trafficstars

> is there way to do like wallet.update_from("Provider","api") Yes you can change the Wallet.providers attribute: ```python wallet.providers = ['blockcypher', 'more-providers', ...] ```

Could it be that is only shows up after is was confirmed? I've noticed before that some providers do not return unconfirmed transactions. Maybe you can check in bitcoinlib.log, if...

Please check the logs in bitcoinlib.log and see which provider returns errors or incorrect results.

It seems related to this: https://github.com/1200wd/bitcoinlib/commit/c6efbdeb137c9850ca5a10b01ed1b48e26589f79 fixed with this pull request: https://github.com/1200wd/bitcoinlib/pull/352

Taproot wallets are not supported at the moment. But it is currently under development.