Browse Source

trivial string change in wallet.cpp (the -> that)

pull/145/head
Philip Kaufmann 9 years ago
committed by Wladimir J. van der Laan
parent
commit
c6de7c35bc
  1. 2
      src/wallet/wallet.cpp

2
src/wallet/wallet.cpp

@ -2038,7 +2038,7 @@ DBErrors CWallet::LoadWallet(bool& fFirstRunRet)
setKeyPool.clear();
// Note: can't top-up keypool here, because wallet is locked.
// User will be prompted to unlock wallet the next operation
// the requires a new key.
// that requires a new key.
}
}

Loading…
Cancel
Save