MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsDust

Function IsDust

src/policy/policy.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool IsDust(const CTxOut& txout, const CFeeRate& dustRelayFeeIn)
53{
54 return (txout.nValue < GetDustThreshold(txout, dustRelayFeeIn));
55}
56
57bool IsStandard(const CScript& scriptPubKey, txnouttype& whichType)
58{

Callers 5

IsStandardTxFunction · 0.85
CreateTransactionMethod · 0.85
updateLabelsMethod · 0.85
processPaymentRequestMethod · 0.85
isDustFunction · 0.85

Calls 1

GetDustThresholdFunction · 0.85

Tested by

no test coverage detected