Skip to content

Commit

Permalink
initialize value
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Samuels committed Mar 27, 2014
1 parent 71a2443 commit f25b569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppForSwig/BlockUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@ vector<AddressBookEntry> BtcWallet::createAddressBook(void)
//
////////////////////////////////////////////////////////////////////////////////
BlockWriteBatcher::BlockWriteBatcher(InterfaceToLDB* iface)
: iface_(iface), dbUpdateSize_(0)
: iface_(iface), dbUpdateSize_(0), mostRecentBlockApplied_(0)
{

}
Expand Down

0 comments on commit f25b569

Please sign in to comment.