Skip to content

Commit

Permalink
[integriteeWorker] log encoded trusted getter
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 4, 2024
1 parent 0b70f69 commit 40b9c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/worker-api/src/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export async function signTrustedGetter(self: IWorker, account: AddressOrPair, g
});

console.log(`TrustedGetter: ${JSON.stringify(g)}`);
console.log(`TrustedGetter Encoded: ${g.toU8a()}`);
return g;
}

Expand Down

0 comments on commit 40b9c3f

Please sign in to comment.