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