MCPcopy Create free account
hub / github.com/ElementsProject/elements / UnSelect

Method UnSelect

src/wallet/coincontrol.h:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 void UnSelect(const COutPoint& output)
107 {
108 setSelected.erase(output);
109 }
110
111 void UnSelectAll()
112 {

Callers 3

viewItemChangedMethod · 0.80
updateLabelsMethod · 0.80
updateViewMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected