Skip to content

Commit

Permalink
Fix outdated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Mar 11, 2024
1 parent f15ad85 commit 5c1141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ uint32_t crypto_get_key_fingerprint(const uint8_t pub_key[static 33]);
uint32_t crypto_get_master_key_fingerprint();

/**
* Computes the base58check-encoded extended pubkey at a given path.
* Computes extended pubkey at a given path, serialized as per BIP32.
*
* @param[in] bip32_path
* Pointer to 32-bit array of BIP-32 derivation steps.
Expand Down

0 comments on commit 5c1141e

Please sign in to comment.