Padrio / php-electrum-api

💰PHP wrapper for Electrum JSONRPC-API
GNU General Public License v3.0
30 stars 24 forks source link

Fix "no enough money" exception message #19

Closed kbgod closed 4 years ago

kbgod commented 4 years ago

If wallet does not enough money for transaction, response structure: [ id => 0 error => message (string) ]

Padrio commented 4 years ago

Thank you for submitting this patch. Can you tell me which electrum and php version you're using?