Skip to content

Commit

Permalink
Merge pull request #154 from KeystoneHQ/fix/stellar-test
Browse files Browse the repository at this point in the history
feat: update StellarSignRequest.test.ts to use SignType.TransactionHash
  • Loading branch information
Charon-Fan authored May 31, 2024
2 parents 7db217d + 2202033 commit 751d7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe("stellar-sign-request", () => {
stellarData,
hdPath,
xfp,
SignType.Message,
SignType.TransactionHash,
requestID,
undefined,
"solflare"
Expand Down
2 changes: 1 addition & 1 deletion packages/ur-registry-stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystonehq/bc-ur-registry-stellar",
"version": "0.0.2",
"version": "0.0.3",
"description": "bc-ur-registry extension for Stellar",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 751d7f5

Please sign in to comment.