Skip to content

Commit d22bc80

Browse files
hankliu418Hank Liu
andauthored
remove getSignedHex (#972)
Co-authored-by: Hank Liu <[email protected]>
1 parent bc4aa28 commit d22bc80

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

packages/coin-cro/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/coin-cro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coolwallet/cro",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Coolwallet Crypto.org Chain sdk",
55
"main": "lib/index.js",
66
"author": "coolwallet-team",

packages/coin-cro/src/sign.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export const signTransaction = async (
2828
authorizedCB
2929
);
3030

31-
const { signedTx } = await tx.command.getSignedHex(transport);
32-
console.debug('signedTx: ', signedTx);
33-
3431
if (!Buffer.isBuffer(canonicalSignature)) {
3532
const croSignature = await txUtil.genCROSigFromSESig(canonicalSignature);
3633
return croSignature;

0 commit comments

Comments
 (0)