mirror of
https://github.com/monero-project/monero.git
synced 2026-01-30 16:24:54 +01:00
deterministic wallet use of twelve words fixed
This commit is contained in:
@@ -255,7 +255,7 @@ namespace crypto
|
||||
std::string wlist_copy = words;
|
||||
if (seed.size() == seed_length/2)
|
||||
{
|
||||
memcpy(dst.data, dst.data + 16, 16); // if electrum 12-word seed, duplicate
|
||||
memcpy(dst.data+16, dst.data, 16); // if electrum 12-word seed, duplicate
|
||||
wlist_copy += ' ';
|
||||
wlist_copy += words;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user