Skip to content

Commit e2adfcf

Browse files
authored
Merge pull request #756 from iron-fish/fix/hughy/mnemonic-length
fixes documentation of mnemonic format in wallet/exportAccount
2 parents 3ab4fa6 + 621f017 commit e2adfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/rpc/wallet/export_account.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `spendingKey` will be null in the response if `viewOnly = true` or if export
2121
Supported [AccountFormats](https://github.com/iron-fish/ironfish/blob/master/ironfish/src/wallet/account/encoder/encoder.ts#L27)
2222
- Base64Json: The full account and all keys as a JSON string then encoded in base64.
2323
- JSON: The full account and all keys as a JSON string
24-
- Mnemonic: The private key in 12 word format in the specified language
24+
- Mnemonic: The private key encoded as 24 word BIP39 mnemonic phrase in the specified language
2525
- SpendingKey: The private key as a hex-encoded string.
2626

2727
[Supported Mnemonic Languages](https://github.com/iron-fish/ironfish/blob/master/ironfish/src/utils/language.ts#L7)

0 commit comments

Comments
 (0)