From cd631325029bf8df53e2ec813a3d340a841f73e2 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 4 Jun 2014 23:08:35 -0400 Subject: compile issues, resolve later. commiting because switching machines --- src/crypto/electrum-words.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/crypto/electrum-words.h') diff --git a/src/crypto/electrum-words.h b/src/crypto/electrum-words.h index 6b8291047..f5f8d1d95 100644 --- a/src/crypto/electrum-words.h +++ b/src/crypto/electrum-words.h @@ -12,6 +12,9 @@ namespace crypto { namespace ElectrumWords { + + const int NUMWORDS = 1626; + bool words_to_bytes(const std::string& words, crypto::secret_key& dst); bool bytes_to_words(const crypto::secret_key& src, std::string& words); -- cgit v1.2.3