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
I'm trying to send the transactions thats was made in pycoin through create_tx. However when i run sendrawtransactions i get the error "absurdly-high-fee, (code 256)". When i built the transaction, i set the 'fee' parameter as 0.01, how recommended in the blockchain i use (it is BCS). But error still arises. I send transaction through net object, thats was created in bitcoinrpc.authproxy.AuthServiceProxy. The command settxfee also has no effect.
Can anybody advises what i shoud do?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello everybody!
I'm trying to send the transactions thats was made in pycoin through create_tx. However when i run sendrawtransactions i get the error "absurdly-high-fee, (code 256)". When i built the transaction, i set the 'fee' parameter as 0.01, how recommended in the blockchain i use (it is BCS). But error still arises. I send transaction through net object, thats was created in bitcoinrpc.authproxy.AuthServiceProxy. The command settxfee also has no effect.
Can anybody advises what i shoud do?
Thanks!
The text was updated successfully, but these errors were encountered: