You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2020. It is now read-only.
Didn't want to modify it myself as I'm not sure how it may change other parts of the PHP SDK, but maybe that could be changed and the method name should be "deriveAddress" instead of "generateAddress." Thanks!
Hi @josecelano, any chance you could take a look at the HD Wallet address derivation endpoint? Specifically this method:
https://github.com/blockcypher/php-client/blob/master/lib/BlockCypher/Api/HDWallet.php#L175
A customer provided us some feedback that this line should be using "derive" instead of "generate":
https://github.com/blockcypher/php-client/blob/master/lib/BlockCypher/Api/HDWallet.php#L188
Didn't want to modify it myself as I'm not sure how it may change other parts of the PHP SDK, but maybe that could be changed and the method name should be "deriveAddress" instead of "generateAddress." Thanks!