Open InspiredPrynce opened 6 years ago
Sorry the error comes from bitcoind and isn't the most descriptive. What line of code are you using to send funds from your wallet? The mempool is crazy lately, so if you're using force fee or something it's possible that no longer meets the min relay fee.
Thanks @afk11 for responding to my issue. Am so happy. Thanks
Am using this code to send the transaction
$wallet->pay(array($address => $amount), null, false, true, Wallet::FEE_STRATEGY_BASE_FEE);
Thanks! I have 0.00032890 BTC and I want to send it to another wallet...
Fixed it though.... The Wallet::BASE_FEE constant, I increased it to 150000 satoshis and it started working...
When I try to send BTC, i get this error...
Please what is the cause, someone should help me.....