richardkiss / pycoin

Python-based Bitcoin and alt-coin utility library.
MIT License
1.4k stars 497 forks source link

Error "absurdly-high-fee, (code 256)" #390

Open chda485 opened 2 years ago

chda485 commented 2 years ago

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!

richardkiss commented 1 year ago

@chda485 apologies for not responding sooner. Did you manage to get this resolved?