Closed cymqqqq closed 2 months ago
I try to use bp-wallet to sync the utxo here, I set the electrum URL to blockstream.info:143, then set indexer = AnyIndexer::Electrum(Box::new(Client::new(ELECTRUM_URL).unwrap())). And then when I call wallet.update(indexer), the errors print out:
blockstream.info:143
indexer = AnyIndexer::Electrum(Box::new(Client::new(ELECTRUM_URL).unwrap()))
So it's a bug?
it seems your electrum URL misses https:// prefix. But I agree that instead of painc there should be a more verbose message
https://
Can you please try using master tip?
I try to use bp-wallet to sync the utxo here, I set the electrum URL to
blockstream.info:143
, then setindexer = AnyIndexer::Electrum(Box::new(Client::new(ELECTRUM_URL).unwrap()))
. And then when I call wallet.update(indexer), the errors print out:So it's a bug?