denpamusic / php-bitcoinrpc

Fully unit-tested Bitcoin JSON-RPC client based on GuzzleHttp.
MIT License
283 stars 100 forks source link

client-specific setting to preserve case methods #27

Closed M-Shahbaz closed 5 years ago

M-Shahbaz commented 5 years ago

Following: https://github.com/denpamusic/php-bitcoinrpc/pull/26

Add 'preserve_case' => true in client-specific settings e.g: 'ethereum' => [ 'scheme' => 'http', 'host' => 'localhost', 'port' => 8545, 'ca' => null, 'preserve_case' => true, ],

denpamusic commented 5 years ago

Merged. Thank you for contribution and research! I'll update tests for this setting and make new release ASAP.