Skip to content
Snippets Groups Projects
Unverified Commit dc1f20a3 authored by lunfardo314's avatar lunfardo314 Committed by GitHub
Browse files

Update packages/binary/valuetransfer/transaction/transaction.go


Co-Authored-By: default avatarWolfgang Welz <welzwo@gmail.com>
parent 62d15182
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ func (transaction *Transaction) String() string {
// max dataPayload size limit
const MAX_DATA_PAYLOAD_SIZE = 64 * 1024
// sets yhe dataPayload and its type
// SetDataPayload sets yhe dataPayload and its type
func (transaction *Transaction) SetDataPayload(data []byte, payloadType uint32) error {
transaction.dataPayloadMutex.Lock()
defer transaction.dataPayloadMutex.Unlock()
......
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