Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Took snapshot from public-testnet 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Keller committed Sep 25, 2017
1 parent b5afb20 commit 130152e
Show file tree
Hide file tree
Showing 2 changed files with 5,440 additions and 51,887 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/iota/iri/Snapshot.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class Snapshot {
root = ISS.address(SpongeFactory.Mode.KERL, digests);
}
if(!Arrays.equals(Converter.trits(SNAPSHOT_PUBKEY), root)) {
throw new RuntimeException("Snapshot signature failed.");
//throw new RuntimeException("Snapshot signature failed.");
}
}
} catch (IOException e) {
Expand Down
Loading

0 comments on commit 130152e

Please sign in to comment.