Skip to content

Commit ba38c1a

Browse files
committed
Fix some docs
1 parent 755f560 commit ba38c1a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: guide-generator.js

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ const options = {
4646
author: author
4747
};
4848

49-
//generateArchive(__dirname, markdownDir, options)
50-
//generatePages(markdownDir, all, __dirname, file)
5149
generatePages(__dirname, markdownDir, options)
5250
.then((files) => {
5351
console.log('Finished generating files: ', files);

Diff for: guides-markdown/multisig-tx.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Nodar Chkuaselidze
55
```
66

7+
```post-description
8+
Working with transactions using bcoin and the MTX and TX objects.
9+
```
10+
711
## How It Works
812
#### General
913
In bitcoin there are several transaction types and one of them is Multisig. Multisig addresses and transactions are created

Diff for: guides-markdown/working-with-txs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Christopher Jeffrey
44
```
55
```post-description
6-
Working with transaction with bcoin, MTX and TX objects.
6+
Working with transactions using bcoin and the MTX and TX objects.
77
```
88

99
## TX creation

0 commit comments

Comments
 (0)