Skip to content

Commit 029ca5b

Browse files
committed
Comments.
1 parent 27a971b commit 029ca5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/chain/header.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ DEFINE_JSON_FROM_TAG(header)
386386
{
387387
value =
388388
{
389-
// hash is meta property
389+
// hash is computed property
390390
{ "hash", encode_hash(instance.hash()) },
391391
{ "version", instance.version() },
392392
{ "previous", encode_hash(instance.previous_block_hash()) },

src/chain/transaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ DEFINE_JSON_FROM_TAG(transaction)
969969
{
970970
value =
971971
{
972-
// hash is meta property
972+
// hash is computed property
973973
{ "hash", encode_hash(instance.hash(false)) },
974974
{ "version", instance.version() },
975975
{ "inputs", value_from(*instance.inputs_ptr()) },

0 commit comments

Comments
 (0)