forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
I'm investigating the specification of litecoin to create easy to use litecoin wallet.
In litecoin mainnet, when I try to broadcast 0.0001 LTC transaction, my transaction is rejected by the following error:
"{"result":null,"error":{"code":-26,"message":"64: dust"},"id":"a92beefa-cc60-4c25-abae-9fb8a49e92cb"}"
Is 0.0001 LTC dust amount?
I thought the implementation of dust judgement logic is same with bitcoin, but is there any difference?
Any comments and advices are appreciated.
Metadata
Metadata
Assignees
Labels
No labels