Skip to content
Snippets Groups Projects
Commit 63b00df8 authored by lunfardo314's avatar lunfardo314
Browse files

- added data payload to the essence of the value transaction

- wrote tests for value transactions
parent 3005ebb1
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,7 @@ func (transaction *Transaction) String() string {
stringify.StructField("inputs", transaction.inputs),
stringify.StructField("outputs", transaction.outputs),
stringify.StructField("signatures", transaction.signatures),
stringify.StructField("dataPayloadType", transaction.dataPayloadType),
stringify.StructField("dataPayloadSize", transaction.DataPayloadSize()),
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment