Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Dec 19, 2024
1 parent 2b8effd commit c7a7b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestrator/src/bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const main = async () => {
);

const realXpub = await appBitcoinClient.signatoryKey({
addr: "orai1q53ujvvrcd0t543dsh5445lu6ar0qr2z9ll7ux",
addr: sender,
});
console.log("Actually xpub:", { xpub }, "Expected xpub:", { xpub: realXpub });

Expand Down

0 comments on commit c7a7b1c

Please sign in to comment.