Closed cibermosso closed 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
solved!! It's not a bit problem, Problem with Streamlit framework!!!
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