Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setMinAmount
Method
setMinAmount
src/qt/transactionfilterproxy.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void TransactionFilterProxy::setMinAmount(const CAmount& minimum)
84
{
85
this->minAmount = minimum;
86
invalidateFilter();
87
}
88
89
void TransactionFilterProxy::setWatchOnlyFilter(WatchOnlyFilter filter)
90
{
Callers
1
changedAmount
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected