Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
298800
Topic
8091
Board
Development & Technical Discussion
Re: [PULL] private key and wallet export/import
by
Pieter Wuille
on
28/06/2011, 20:26:54 UTC
Quote from: nelisky on June 28, 2011, 02:30:06 PM
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!