lbryio / lbcd

An alternative full node implementation of LBRY's blockchain written in Go (golang)
https://lbry.com/
ISC License
38 stars 25 forks source link

Align dust calculation to lbrycrd #89

Closed roylee17 closed 2 years ago

roylee17 commented 2 years ago

Currently, some low-value transactions are being considered dust and rejected by lbcd while accepted by lbrycrd.

Things to check:

-[ ] minRelayFee on both clients are the same, and in terms of KBC/KB or absolute value? -[ ] Does lbrycrd rn with accepting non-standard enabled? -[ ] The logic of dust calculation.