Bitcoin-ABC / Bitcoin-ABC/bitcoin-abc

Dust transaction created in fundrawtransaction, change_address

Open
#262 1 comment 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
C++
Stars
1.3k
Forks
788
PR merge metrics
No merged PRs in 30d

Description

I use "fundrawtransaction" rpc to make a transaction and
set "change_address" in params of fundrawtransaction rpc for receiving changes.
However, if changes are too small, then the transaction is rejected to be broadcasted because this utxo is perceived as "dust".

In bitcoin core after v15.0 there is discardfee option in launching node for not making those change address. However, bitcoin cash doesn't have that one yet.

Could you give me how to avoid my situation for broadcasting my transaction?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.