Skip to content

Check transaction amounts are superior to minimum amount

DUBP v13 draft sets a minimal output amount to 100.edit - It has been postponed.

We should :

  • check amounts to be >= 100
  • check the inputs sum :
    • either inputs_sum == amounts_sum (no backchange)
    • or inputs_sum >= amounts_sum + 100 (backchange should be >= 100)
Edited by matograine
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information