Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
droark committed Nov 15, 2018
1 parent c8de5fb commit 0c9a66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppForSwig/AsyncClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace AsyncClient

private:
ScrAddrObj(const BinaryData& addr, const BinaryData& addrHash, int index) :
sock_(nullptr), bdvID_(string()),walletID_(string()), scrAddr_(addr),
sock_(nullptr), bdvID_(string()), walletID_(string()), scrAddr_(addr),
index_(index), addrHash_(addrHash), fullBalance_(0),
spendableBalance_(0), unconfirmedBalance_(0), count_(0)
{}
Expand Down

0 comments on commit 0c9a66d

Please sign in to comment.