LtbLightning / bdk-flutter

Bitcoin Development Kit - Flutter Package
MIT License
60 stars 27 forks source link

Mainnet balance return 0 #96

Closed hutomosaktikartiko closed 11 months ago

hutomosaktikartiko commented 11 months ago

I have wallet with balance 0.00001 BTC see in here but when I trying to get balance using getBalance() function the result is 0.

I cloned this project

This is my wallet address

bc1qv9lkx2mntpg4ycw3crslu35upn38up3vx4pts9
hutomosaktikartiko commented 11 months ago

Problem solved with changing url

ssl://electrum.blockstream.info:60002

to

ssl://electrum.bullbitcoin.com:50002