Skip to content

Commit

Permalink
doc: fix the confusing description in the example of sending transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 23, 2019
1 parent 625cb06 commit 96eeb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckb-sdk-core/examples/sendTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const bootstrap = async () => {

const core = new Core(nodeUrl) // instantiate the JS SDK with provided node url

const secp256k1Dep = await core.loadSecp256k1Dep() // load the dep group of secp256k1 algorithm which is used to verify the signature in transaction's witnesses.
const secp256k1Dep = await core.loadSecp256k1Dep() // load the dep group and code hash of secp256k1 algorithm which is used to verify the signature in transaction's witnesses.

/**
* genereat address object, who has peroperties like private key, public key, sign method and verify mehtod
Expand Down

0 comments on commit 96eeb76

Please sign in to comment.