Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
owl352 committed Dec 19, 2024
1 parent e89822d commit bf61e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ const decodeStateTransition = async (client, base64) => {
decoded.contractId = stateTransition.getContestedDocumentResourceVotePoll().contractId.toString()
decoded.modifiedDataIds = stateTransition.getModifiedDataIds().map(identifier => identifier.toString())
decoded.ownerId = stateTransition.getOwnerId().toString()
decoded.signature = stateTransition.getSignature().toString('hex')
decoded.signature = stateTransition.getSignature().toString('hex') ?? null
decoded.documentTypeName = stateTransition.getContestedDocumentResourceVotePoll().documentTypeName
decoded.indexName = stateTransition.getContestedDocumentResourceVotePoll().indexName
decoded.choice = stateTransition.getContestedDocumentResourceVotePoll().choice
Expand Down

0 comments on commit bf61e0f

Please sign in to comment.