From 8221c1e3c9a64c3c960f05cb213f287412cd1117 Mon Sep 17 00:00:00 2001 From: romanman Date: Sun, 22 Jun 2014 09:22:14 +0100 Subject: [PATCH] minor --- .../src/main/java/org/ethereum/core/Blockchain.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ethereumj-core/src/main/java/org/ethereum/core/Blockchain.java b/ethereumj-core/src/main/java/org/ethereum/core/Blockchain.java index d9af2975..2c03e101 100644 --- a/ethereumj-core/src/main/java/org/ethereum/core/Blockchain.java +++ b/ethereumj-core/src/main/java/org/ethereum/core/Blockchain.java @@ -39,6 +39,13 @@ import static org.ethereum.core.Denomination.*; *
  • Check if S_FINAL is the same as the STATE_ROOT. If it is, the block is valid; otherwise, it is not valid.
  • * * See Ethereum Whitepaper + * + * + * www.ethereumJ.com + * @authors: Roman Mandeleil, + * Nick Savers + * Created on: 20/05/2014 10:44 + * */ public class Blockchain {