We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a971b commit 029ca5bCopy full SHA for 029ca5b
src/chain/header.cpp
@@ -386,7 +386,7 @@ DEFINE_JSON_FROM_TAG(header)
386
{
387
value =
388
389
- // hash is meta property
+ // hash is computed property
390
{ "hash", encode_hash(instance.hash()) },
391
{ "version", instance.version() },
392
{ "previous", encode_hash(instance.previous_block_hash()) },
src/chain/transaction.cpp
@@ -969,7 +969,7 @@ DEFINE_JSON_FROM_TAG(transaction)
969
970
971
972
973
{ "hash", encode_hash(instance.hash(false)) },
974
975
{ "inputs", value_from(*instance.inputs_ptr()) },
0 commit comments