ofek / bit

Bitcoin made easy.
https://ofek.dev/bit/
MIT License
1.25k stars 216 forks source link

TypeError: AlertMixin.success() takes 2 positional arguments but 3 were given #169

Closed cibermosso closed 2 years ago

cibermosso commented 2 years ago

I made a transaction wih BIT using this code:

txHex = my_key.send([(to, amount,'btc')])

But I get this TypeError:

TypeError: AlertMixin.success() takes 2 positional arguments but 3 were given

cibermosso commented 2 years ago

solved!! It's not a bit problem, Problem with Streamlit framework!!!