Skip to content

Commit

Permalink
fix: Modify the size algorithm of OP_RETURN (#3706)
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix authored Oct 24, 2023
1 parent a7924cf commit 61de211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"buffer": "^6.0.3",
"camelcase-keys": "^7.0.2",
"cardano-crypto.js": "^6.1.1",
"coinselect": "^3.1.12",
"coinselect": "https://github.com/OneKeyHQ/coinselect.git#91e8db20cf3464143cb9d404dee6de7fabb3b04a",
"cosmjs-types": "^0.5.2",
"crypto-browserify": "^3.12.0",
"ecpair": "2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6603,7 +6603,7 @@ __metadata:
buffer: ^6.0.3
camelcase-keys: ^7.0.2
cardano-crypto.js: ^6.1.1
coinselect: ^3.1.12
coinselect: "https://github.com/OneKeyHQ/coinselect.git#91e8db20cf3464143cb9d404dee6de7fabb3b04a"
cosmjs-types: ^0.5.2
crypto-browserify: ^3.12.0
ecpair: 2.0.1
Expand Down Expand Up @@ -14780,10 +14780,10 @@ __metadata:
languageName: node
linkType: hard

"coinselect@npm:^3.1.12":
version: 3.1.12
resolution: "coinselect@npm:3.1.12"
checksum: 8628f43e22c612171196c3b1c934158d1e16df29982134d8d771e65f68df033588c2608253155c2d614380a62e8756c9db1f1c3a0b4c872406bfba5ca9377be6
"coinselect@https://github.com/OneKeyHQ/coinselect.git#91e8db20cf3464143cb9d404dee6de7fabb3b04a":
version: 3.1.13
resolution: "coinselect@https://github.com/OneKeyHQ/coinselect.git#commit=91e8db20cf3464143cb9d404dee6de7fabb3b04a"
checksum: 809e87f7b92878cecd0ff36b2f4852a5163a721703b449475a071ed4a61b7cfcbf6db74635ae82a4e8c2a9ed11b45d5f6f84bc4d50b67880f1f280ff089b60d1
languageName: node
linkType: hard

Expand Down

0 comments on commit 61de211

Please sign in to comment.