mirror of
https://github.com/monero-project/monero.git
synced 2025-08-19 16:37:56 -04:00
Correct spelling mistakes.
This commit is contained in:
parent
c7ace5fa3d
commit
fbcc91c2a4
19 changed files with 28 additions and 28 deletions
|
@ -2589,7 +2589,7 @@ bool simple_wallet::init(const boost::program_options::variables_map& vm)
|
|||
try
|
||||
{
|
||||
year = boost::lexical_cast<uint16_t>(heightstr.substr(0,4));
|
||||
// lexical_cast<uint8_t> won't work becasue uint8_t is treated as character type
|
||||
// lexical_cast<uint8_t> won't work because uint8_t is treated as character type
|
||||
month = boost::lexical_cast<uint16_t>(heightstr.substr(5,2));
|
||||
day = boost::lexical_cast<uint16_t>(heightstr.substr(8,2));
|
||||
m_restore_height = m_wallet->get_blockchain_height_by_date(year, month, day);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue