Post
Topic
Board Bitcoin Technical Support
Re: Encrypted wallet.dat, lost password, any solutions?
by
Revalin
on 14/12/2013, 07:03:40 UTC
Sorry, my mistake.  Change this:

  words.repeated_permutation(n_words).each { |p| test p }

to this:

  words.repeated_permutation(n_words).each { |p| test p.join }