You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: hsw allows creation of zero-bid transaction without any notification that this transaction will not be accepted.
The created transaction can be seen in the wallet's pending transactions list, however the node will not accept it due to dust limits (the transaction itself has nonzero fee), so it will not be seen in node's own mempool and not relayed to anyonel.
Reproducing: hsw-cli rpc sendbid <name> 0 0
Expected behaviour. Either of these:
Tell the user that transaction fails verification, nevertheless create the transaction.
Fail to create the transaction if some special flag like '--ignore-validation-rules` is not passed.
Related issues: #460 Allow bid and lockup with 0 value in wallet-http #441 wallet: do check covenants for dust in createTX.
The text was updated successfully, but these errors were encountered:
randomlogin
changed the title
Zero-bid transactions
Wallet creation of zero-bid transactions
May 31, 2020
Description: hsw allows creation of zero-bid transaction without any notification that this transaction will not be accepted.
The created transaction can be seen in the wallet's pending transactions list, however the node will not accept it due to dust limits (the transaction itself has nonzero fee), so it will not be seen in node's own mempool and not relayed to anyonel.
Reproducing:
hsw-cli rpc sendbid <name> 0 0
Expected behaviour. Either of these:
Related issues:
#460 Allow bid and lockup with 0 value in wallet-http
#441 wallet: do check covenants for dust in createTX.
The text was updated successfully, but these errors were encountered: