Skip to content

Commit

Permalink
Merge pull request #211 from nervosnetwork/doitian-patch-1
Browse files Browse the repository at this point in the history
fix link to heading in README
  • Loading branch information
quake authored Aug 17, 2023
2 parents 623f836 + e5b76b4 commit e98f30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For more details about JSON-RPC APIs, please check:

### Build transaction manually

Ckb-sdk-go provides [a signer mechanism](#Sign-and-send-transaction) to sign transaction. The only thing you need to provide is an instance of `TransactionWithScriptGroups` and transaction signer will do all signing jobs for you. Here is the code to construct a `TransactionWithScriptGroups` by manual.
Ckb-sdk-go provides [a signer mechanism](#sign-and-send-transaction) to sign transaction. The only thing you need to provide is an instance of `TransactionWithScriptGroups` and transaction signer will do all signing jobs for you. Here is the code to construct a `TransactionWithScriptGroups` by manual.

```go
tx := &types.Transaction{
Expand Down

0 comments on commit e98f30c

Please sign in to comment.