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
while using 'litecoind' service provider, wallet.transaction_create() proposed transaction with fee bellow "fee_min" defined in networks.json and sending of transaction failed.
Code triggering the error (as you see, I don't touch fee estimation in any way):
Yes indeed, looks like a mix-up of fee per kilobyte and total transaction fee in the transaction_create() method. I think both are available in this method so it should be easy to fix. Not sure why I didn't notice this earlier...
Hi,
while using 'litecoind' service provider, wallet.transaction_create() proposed transaction with fee bellow "fee_min" defined in networks.json and sending of transaction failed.
Code triggering the error (as you see, I don't touch fee estimation in any way):
The text was updated successfully, but these errors were encountered: