Pre-mbedTLS cleanup checkpoint - OpenSSL migration complete, all tests passing
This commit is contained in:
@@ -219,7 +219,7 @@ static int test_bip39_entropy_to_mnemonic() {
|
||||
|
||||
char mnemonic[256];
|
||||
|
||||
int ret = nostr_bip39_mnemonic_from_bytes(entropy, 16, mnemonic, sizeof(mnemonic));
|
||||
int ret = nostr_bip39_mnemonic_from_bytes(entropy, 16, mnemonic);
|
||||
|
||||
// Should generate a valid 12-word mnemonic from zero entropy
|
||||
if (ret == 0 && strlen(mnemonic) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user