forked from cory/tildefriends
Adding bip39 so I can use it to move around private keys.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4725 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
4
src/bip39.words.h
Normal file
4
src/bip39.words.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
enum { k_bip39_words_count = 2048 };
|
||||
extern const char* k_bip39_words[k_bip39_words_count];
|
Reference in New Issue
Block a user