mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
commit
5406f61373
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ public:
|
|||
return (setSelected.count(outpt) > 0);
|
||||
}
|
||||
|
||||
void Select(COutPoint& output)
|
||||
void Select(const COutPoint& output)
|
||||
{
|
||||
setSelected.insert(output);
|
||||
}
|
||||
|
||||
void UnSelect(COutPoint& output)
|
||||
void UnSelect(const COutPoint& output)
|
||||
{
|
||||
setSelected.erase(output);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue