Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malbit committed Aug 9, 2019
1 parent ae2042a commit 23afd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplewallet/simplewallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4718,7 +4718,7 @@ bool simple_wallet::refresh_main(uint64_t start_height, enum ResetType reset, bo

LOCK_IDLE_SCOPE();

crypto::hash transfer_hash_pre();
crypto::hash transfer_hash_pre{};
uint64_t height_pre = 0, height_post;
if(reset != ResetNone)
{
Expand Down

0 comments on commit 23afd09

Please sign in to comment.