Padrio / php-electrum-api

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

Get Address History returns null #29

Open oasin opened 3 years ago

oasin commented 3 years ago

\Electrum\Request\Method\Address\GetAddressHistory method returns empty values

While $this->client->execute('getaddresshistory', ['address' => $address]); returns arrays (works fine)