X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.cpp;h=91407109a037b2d545d3552bce7c8b7b5f18e6a2;hb=5a7a2125b6b4ed7d3ea55f333d0cf2345bd1d916;hp=044f3e2b666aa66704a1676e23a025de4d624c3d;hpb=5528054462b3028bf64e899869f718b50e73fc32;p=novacoin.git 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())