Skip to content

Commit

Permalink
code: update order of items in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Jun 14, 2024
1 parent ce4773b commit aa11af4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ export const createSignatureMessage = ({
method: 'createSignatureMessage',
messagePartsRaw: [
prefix,
interactionId,
lengthOfDappDefAddress,
dAppDefinitionAddress,
origin,
interactionId,
],
messageParts: [
prefixBuffer.toString('hex'),
interactionIdBuffer.toString('hex'),
lengthOfDappDefAddressBuffer.toString('hex'),
dappDefAddressBuffer.toString('hex'),
originBuffer.toString('hex'),
interactionIdBuffer.toString('hex'),
],
message: messageBuffer.toString('hex'),
blake2bHash: hash.toString('hex'),
Expand Down

0 comments on commit aa11af4

Please sign in to comment.