Bitcoin Core use the concept of virtual size to compute custom fees. We do not need to implement a ton of custom logic for our fee if we reuse that work.
Details
Details
- Reviewers
markblundeberg - Group Reviewers
Restricted Project - Commits
- rSTAGING87136e28b370: Reintroduce the concept of virtual size from core
rABC87136e28b370: Reintroduce the concept of virtual size from core
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/policy/policy.cpp | ||
---|---|---|
183 ↗ | (On Diff #9080) | Given that we're using custom logic here anyway by not using GetTransactionWeight, can we use a different term than "nWeight"? (weight is such a vague term; the core version of this function weights sigops into an already-weighted "weight units"). Suggestion: nSize, nBytes, nRealSize, nRawSize, ... |