Align dust calculation to lbrycrd #89
Labels
No labels
ci
claimtrie
consider soon
Epic
good first issue
hacktoberfest
help wanted
mempool
mining
peer
priority: blocker
priority: high
priority: low
priority: medium
rpc
runtime
test
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
ux
wallet
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbcd#89
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.