-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Milestone
Description
The puzzle 16-27c16652
from #16 has to be resolved:
java-api/src/main/java/io/zold/api/Wallet.java
Lines 205 to 213 in 6c86827
// @todo #16:30min Following transactions should be ignored according | |
// to the whitepaper: | |
// a) If the transaction is negative and its signature is not valid, | |
// it is ignored; | |
// b) If the transaction makes the balance of the wallet negative, | |
// it is ignored; | |
// c) If the transaction is positive and it’s absent in the paying | |
// wallet (which exists at the node), it’s ignored; If the paying | |
// wallet doesn’t exist at the node, the transaction is ignored; |
The puzzle was created by rultor on 12-Aug-18.
Estimate: 30 minutes,
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.