aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2014-12-16 03:30:03 +0800
committerCJentzsch <jentzsch.software@gmail.com>2014-12-16 03:30:03 +0800
commit51a8c528b49aeecad5255325350c877cc3996cdc (patch)
tree8bd889d2ffcf3532a72246d9746d10a5c1887ef6
parentaff990f5abcefd6282ca42629d89fe2c4d316a81 (diff)
parenta576b38125cf0f1b11c97849cafeb36aa0e7c8eb (diff)
downloaddexon-solidity-51a8c528b49aeecad5255325350c877cc3996cdc.tar.gz
dexon-solidity-51a8c528b49aeecad5255325350c877cc3996cdc.tar.zst
dexon-solidity-51a8c528b49aeecad5255325350c877cc3996cdc.zip
Merge remote-tracking branch 'upstream/develop' into NewStateTests
-rw-r--r--genesis.cpp2
-rw-r--r--hexPrefix.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/genesis.cpp b/genesis.cpp
index 1b354dab..8cdb8402 100644
--- a/genesis.cpp
+++ b/genesis.cpp
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file trie.cpp
+/** @file genesis.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
* Trie test functions.
diff --git a/hexPrefix.cpp b/hexPrefix.cpp
index 1f02bac9..551983db 100644
--- a/hexPrefix.cpp
+++ b/hexPrefix.cpp
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file main.cpp
+/** @file hexPrefix.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
* Main test functions.