trezor / blockbook

:blue_book: Trezor address/account balance backend
https://trezor.io
GNU Affero General Public License v3.0
653 stars 647 forks source link

broadcast dust amount transaction #1097

Open dev-dantealighieri opened 4 months ago

dev-dantealighieri commented 4 months ago

I created a transaction with 0 amount output(dust amount), i couldnt broadcast it using the blockbook broadcast api, it gives me an error, i can broadcast the transaction using websites online, such as this website, i had this problem on dodgecoin, but i guess its true for all other chains, is there any way to fix this while broadcasting?

thanks, dante

martinboehm commented 4 months ago

Blockbook does not broadcast transactions directly, it passes the transaction to the backend blockchain node. The dust setting is dependent on the configuration of the backend.