X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.cpp;h=91407109a037b2d545d3552bce7c8b7b5f18e6a2;hp=044f3e2b666aa66704a1676e23a025de4d624c3d;hb=4ca0237ec0d2825004fa3aa2b00a94da2a083b8b;hpb=5528054462b3028bf64e899869f718b50e73fc32 diff --git a/src/wallet.cpp b/src/wallet.cpp index 044f3e2..9140710 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -2909,7 +2909,7 @@ set< set > CWallet::GetAddressGroupings() CBitcoinAddress txoutAddr; if(!ExtractAddress(*this, txout.scriptPubKey, txoutAddr)) continue; - grouping.insert(txoutAddr); + grouping.insert(txoutAddr); } } if (!grouping.empty())