Skip to content

Commit 0b97a26

Browse files
authored
Update TODO-23.md
1 parent 0dd7e72 commit 0b97a26

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

TODO-23.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ See also [#575](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-C
2929
* If that's correctly, this would be a good 15.2, with the 15.0 chapter renamed "Using Other Privacy Options" or something like that
3030
* [ ] **RPC Changes**
3131
* The following RPC commands have had changes to their output and any examples should be rerun. If they are part of a sequence of commands (e.g., building out a transaction), then the whole sequence should be rerun.
32-
* `createmultisig`, `addmultisigaddress`, `listunspent`, `getblockchaininfo`
32+
* [ ] `createmultisig`,
33+
* [ ] `addmultisigaddress`,
34+
* [ ] `listunspent`,
35+
* [ ] `getblockchaininfo`
3336
* Updated RPCs may or may not exist in the text. The best way to find out is to search.
3437

3538
## 22.0 Updates
@@ -42,7 +45,12 @@ See [release notes](https://bitcoincore.org/en/releases/22.0/).
4245
* Any updates would go in [7.3](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/07_3_Integrating_with_Hardware_Wallets.md).
4346
* [ ] **RPC Changes**
4447
* Again, these commands should be reoutput.
45-
* `getpeerinfo`, `gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`, `getnodeaddresses`
48+
* [ ] `getpeerinfo`,
49+
* [ ] `gettxout`,
50+
* [ ] `getrawtransaction`,
51+
* [ ] `decoderawtransaction`,
52+
* [ ] `decodescript`,
53+
* [ ] `getnodeaddresses`
4654

4755
## 0.21.0 Updates
4856

@@ -53,4 +61,4 @@ See [release notes](https://bitcoincore.org/en/releases/0.21.0/).
5361
* The setup and explanation of networks appears in [3.1](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/03_1_Verifying_Your_Bitcoin_Setup.md). That should be changed, and with the change of the alias there, we should mostly be used Signet. Then the rest of the course can be searched for any references to testnet.
5462
* [ ] **RPC Changes**
5563
* As usual, these may or may not be used, but if they are, outputs should be redone.
56-
* `getpeerinfo`, `getnetworkinfo`
64+
* [ ] `getnetworkinfo`

0 commit comments

Comments
 (0)