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
The following line shows that change addresses (a.k.a. internal) are always being used. In the path 0/%d, the 0 means the addresses should be external. When the path is 1/%d, addresses would be internal (or "change").
The following line shows that change addresses (a.k.a. internal) are always being used. In the path
0/%d
, the 0 means the addresses should be external. When the path is1/%d
, addresses would be internal (or "change").cashp/src/BlockchainApi/BchdProtoGatewayApi.php
Line 39 in 9b63be0
For the BCHD implementation of "createNewAddress" it would be nice to be able to be able to have a parameter for "isChange".
The text was updated successfully, but these errors were encountered: