-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
The puzzle 65-64ffac10
from #65 has to be resolved:
java-api/src/main/java/io/zold/api/Wallet.java
Lines 96 to 102 in d746f59
* @todo #65:30min Complete Wallet implementations with id, public RSA | |
* key and network id. Wallets.create(Long, String, String) must | |
* create a Wallet with these strings set and a constructor must be | |
* added to all Walletl realizations (Wallet(final long id, final String | |
* pubkey, final String network, final Transaction... transactions). After | |
* completing these implementations fix tests that uses Wallets.create() | |
* and all Wallet realizations. |
The puzzle was created by Paulo Lobo on 16-Aug-18.
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.