You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Hi sir,
Thanks for your good project and I am learning a lot from your react-bitcoin-wallet project. And I tried to apply this project for BTC, not LTC. But I got the error :
"Uncaught Error: We are currently only supporting LTC".
This is the sample code:
const [computer] = useState(new Computer({
seed: 'travel upgrade inside soda birth essence junk merit never twenty system opinion',
chain: 'LTC'
}))
Here, I replaced the seed with my Bitcoin testnet wallet seed, and the value of 'chain' is changed into 'BTC'.
Above error means that this project is not for BTC wallet?
I am a bitcoin newbie and want your great help. Why did I get this error?
Thanks in advance.