Skip to content

Commit

Permalink
Update libs/account-lib/src/blockchain/blockchain.service.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Orris <[email protected]>
  • Loading branch information
JoeCap08055 and mattheworris authored Sep 16, 2024
1 parent 8a78314 commit 17e2af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/account-lib/src/blockchain/blockchain.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ export class BlockchainService implements OnApplicationBootstrap, OnApplicationS
await tx.signAsync(signerAddress, {
signer: {
signRaw: (raw) => {
console.log('signRaw called with [raw]:', raw);
this.logger.verbose('signRaw called with [raw]:', raw);
signRaw = raw;
// Interrupt the signing process to get the raw payload, as encoded by polkadot-js
throw new Error('Stop here');
Expand Down

0 comments on commit 17e2af7

Please sign in to comment.