Post
Topic
Board Development & Technical Discussion
Re: [PULL] private key and wallet export/import
by
Pieter Wuille
on 28/06/2011, 20:26:54 UTC
You changed the code to
Code:
vch.insert(vch.end(), vch.begin(), vch.end());
The secret "vchSecret" was never being used.

Sorry, I must have been tired. Thanks for spotting the typo!