This commit is contained in:
Owain G. Ainsworth 2014-03-06 00:36:03 +00:00
parent 715aae1e8d
commit d9a3f4324c

View file

@ -690,7 +690,7 @@ func (w *Wallet) ReadFrom(r io.Reader) (n int64, err error) {
}
}
// If the private keys have not ben created yet, mark the
// If the private keys have not been created yet, mark the
// earliest so all can be created on next wallet unlock.
if e.addr.flags.createPrivKeyNextUnlock {
switch {