laravel-bitcoinrpc v1.2.2
- Changed the way to access multiple daemon configurations.
You can now send requests to different daemons withbitcoind()->client($name)call. (e. g.bitcoind()->client('litecoin')->getBlock('...'))
(see Configuration and Multiple Instances for more info) - Removed unused facade