Skip to content

Commit d7355e6

Browse files
authored
Merge pull request #7573 from BitGo/WP-6950-derive-local-key-chain
docs(express): deriveLocalKeyChainV1 API definition
2 parents 24556db + 1d2d508 commit d7355e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/express/src/typedRoutes/api/v1/deriveLocalKeyChain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const DeriveLocalKeyChainResponse = t.type({
3131
/**
3232
* Derive a local keychain using BIP32 hierarchical deterministic derivation
3333
*
34-
* Performs client-side BIP32 key derivation from a parent extended key (xprv or xpub) to a child key
34+
* Performs local BIP32 key derivation from a parent extended key (xprv or xpub) to a child key
3535
* at the specified derivation path. This operation is performed entirely locally on the BitGo Express
3636
* server without transmitting keys to BitGo's servers.
3737
*

0 commit comments

Comments
 (0)