Skip to content

Commit

Permalink
chore: add log signer
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Dec 18, 2024
1 parent ac94165 commit 0c57c6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/orchestrator/src/services/signer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ class SignerService implements RelayerInterface {
checkpointIndex: previousIndex,
}
);
console.log({
previousIndex,
signTxs,
});

if (signTxs.length > 0) {
// Fetch latest signed checkpoint height
Expand Down

0 comments on commit 0c57c6c

Please sign in to comment.