mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Add txout address filtering to listunspent.
This applies on top of the coincontrol listaddressgroupings patch and makes finding eligible outputs from the groups returned by listaddressgroupings possible.
This commit is contained in:
@@ -647,7 +647,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string GetAddressOfTxOut(int n)
|
||||
std::string GetAddressOfTxOut(int n) const
|
||||
{
|
||||
CTxDestination addr;
|
||||
ExtractDestination(vout[n].scriptPubKey, addr);
|
||||
|
||||
Reference in New Issue
Block a user