Skip to content

Commit

Permalink
zold-io#56 updated puzzle description
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatavuk committed Aug 14, 2018
1 parent fafc2a8 commit 5728ec9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/java/io/zold/api/Copies.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ private static Iterable<Copy> copies(final long id,
* @param second Second wallet
* @return Boolean Boolean
* @throws IOException If fails
* @todo #56:30min Comparing of two wallets should be done in a different
* manner. Wallets should implement Bytes interface from cactoos and
* comparison should be done with Equality class (from cactoos).
* Content of wallet's ledger should be compared also.
* @todo #56:30min Compare the entire content of two wallets. In addition
* to id, compare RSA key and all transactions.
*/
private static boolean equalWallets(final Wallet first,
final Wallet second) throws IOException {
Expand Down

0 comments on commit 5728ec9

Please sign in to comment.