Skip to content

Commit 1aabd27

Browse files
committed
Merge #185: Correct typo
45d324a Correct typo (Jamil Lambert, PhD) Pull request description: Search and replace "JSON-PRC" with "JSON-RPC". ACKs for top commit: tcharding: ACK 45d324a Tree-SHA512: 75acc2d4fc0644554bbf37c3ee3e0617625e91ef784718e024ea13d428a9b3a96af8c756ffb983e9cfe9a4ed5f3f0ced0dd4312eeb0fdb779ce7ab9e432b0bf7
2 parents d01fb8b + 45d324a commit 1aabd27

File tree

13 files changed

+110
-110
lines changed

13 files changed

+110
-110
lines changed

contrib/extract.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ sub start_section {
115115
//! <details>
116116
//! <summary> Methods from the $section section </summary>
117117
//!
118-
//! | JSON-PRC Method Name | Status |
118+
//! | JSON-RPC Method Name | Status |
119119
//! |:-----------------------------------|:---------------:|
120120
EOM
121121
}

types/src/v17/mod.rs

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! <details>
2525
//! <summary> Methods from the == Blockchain == section </summary>
2626
//!
27-
//! | JSON-PRC Method Name | Returns | Notes |
27+
//! | JSON-RPC Method Name | Returns | Notes |
2828
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
2929
//! | getbestblockhash | version + model | |
3030
//! | getblock | version + model | Includes additional 'verbose' type |
@@ -56,7 +56,7 @@
5656
//! <details>
5757
//! <summary> Methods from the == Control == section </summary>
5858
//!
59-
//! | JSON-PRC Method Name | Returns | Notes |
59+
//! | JSON-RPC Method Name | Returns | Notes |
6060
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
6161
//! | getmemoryinfo | version | |
6262
//! | help | returns string | |
@@ -69,7 +69,7 @@
6969
//! <details>
7070
//! <summary> Methods from the == Generating == section </summary>
7171
//!
72-
//! | JSON-PRC Method Name | Returns | Notes |
72+
//! | JSON-RPC Method Name | Returns | Notes |
7373
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
7474
//! | generate | version + model | |
7575
//! | generatetoaddress | version + model | |
@@ -79,7 +79,7 @@
7979
//! <details>
8080
//! <summary> Methods from the == Mining == section </summary>
8181
//!
82-
//! | JSON-PRC Method Name | Returns | Notes |
82+
//! | JSON-RPC Method Name | Returns | Notes |
8383
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
8484
//! | getblocktemplate | version + model | |
8585
//! | getmininginfo | version | |
@@ -92,7 +92,7 @@
9292
//! <details>
9393
//! <summary> Methods from the == Network == section </summary>
9494
//!
95-
//! | JSON-PRC Method Name | Returns | Notes |
95+
//! | JSON-RPC Method Name | Returns | Notes |
9696
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
9797
//! | addnode | returns nothing | |
9898
//! | clearbanned | returns nothing | |
@@ -112,7 +112,7 @@
112112
//! <details>
113113
//! <summary> Methods from the == Rawtransactions == section </summary>
114114
//!
115-
//! | JSON-PRC Method Name | Returns | Notes |
115+
//! | JSON-RPC Method Name | Returns | Notes |
116116
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
117117
//! | combinepsbt | version + model | |
118118
//! | combinerawtransaction | version + model | |
@@ -135,7 +135,7 @@
135135
//! <details>
136136
//! <summary> Methods from the == Util == section </summary>
137137
//!
138-
//! | JSON-PRC Method Name | Returns | Notes |
138+
//! | JSON-RPC Method Name | Returns | Notes |
139139
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
140140
//! | createmultisig | version + model | |
141141
//! | estimatesmartfee | version + model | |
@@ -148,7 +148,7 @@
148148
//! <details>
149149
//! <summary> Methods from the == Wallet == section </summary>
150150
//!
151-
//! | JSON-PRC Method Name | Returns | Notes |
151+
//! | JSON-RPC Method Name | Returns | Notes |
152152
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
153153
//! | abandontransaction | returns nothing | |
154154
//! | abortrescan | returns nothing | |
@@ -214,7 +214,7 @@
214214
//! <details>
215215
//! <summary> Methods from the == Zmq == section </summary>
216216
//!
217-
//! | JSON-PRC Method Name | Returns | Notes |
217+
//! | JSON-RPC Method Name | Returns | Notes |
218218
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
219219
//! | getzmqnotifications | version | UNTESTED |
220220
//!

types/src/v18/mod.rs

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! <details>
2525
//! <summary> Methods from the == Blockchain == section </summary>
2626
//!
27-
//! | JSON-PRC Method Name | Returns | Notes |
27+
//! | JSON-RPC Method Name | Returns | Notes |
2828
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
2929
//! | getbestblockhash | version + model | |
3030
//! | getblock | version + model | Includes additional 'verbose' type |
@@ -56,7 +56,7 @@
5656
//! <details>
5757
//! <summary> Methods from the == Control == section </summary>
5858
//!
59-
//! | JSON-PRC Method Name | Returns | Notes |
59+
//! | JSON-RPC Method Name | Returns | Notes |
6060
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
6161
//! | getmemoryinfo | version | |
6262
//! | getrpcinfo | version + model | |
@@ -70,7 +70,7 @@
7070
//! <details>
7171
//! <summary> Methods from the == Generating == section </summary>
7272
//!
73-
//! | JSON-PRC Method Name | Returns | Notes |
73+
//! | JSON-RPC Method Name | Returns | Notes |
7474
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
7575
//! | generate | omitted | Deprecated |
7676
//! | generatetoaddress | version + model | |
@@ -80,7 +80,7 @@
8080
//! <details>
8181
//! <summary> Methods from the == Mining == section </summary>
8282
//!
83-
//! | JSON-PRC Method Name | Returns | Notes |
83+
//! | JSON-RPC Method Name | Returns | Notes |
8484
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
8585
//! | getblocktemplate | version + model | |
8686
//! | getmininginfo | version | |
@@ -94,7 +94,7 @@
9494
//! <details>
9595
//! <summary> Methods from the == Network == section </summary>
9696
//!
97-
//! | JSON-PRC Method Name | Returns | Notes |
97+
//! | JSON-RPC Method Name | Returns | Notes |
9898
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
9999
//! | addnode | returns nothing | |
100100
//! | clearbanned | returns nothing | |
@@ -115,7 +115,7 @@
115115
//! <details>
116116
//! <summary> Methods from the == Rawtransactions == section </summary>
117117
//!
118-
//! | JSON-PRC Method Name | Returns | Notes |
118+
//! | JSON-RPC Method Name | Returns | Notes |
119119
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
120120
//! | analyzepsbt | version + model | |
121121
//! | combinepsbt | version + model | |
@@ -140,7 +140,7 @@
140140
//! <details>
141141
//! <summary> Methods from the == Util == section </summary>
142142
//!
143-
//! | JSON-PRC Method Name | Returns | Notes |
143+
//! | JSON-RPC Method Name | Returns | Notes |
144144
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
145145
//! | createmultisig | version + model | |
146146
//! | deriveaddresses | version + model | TODO |
@@ -155,7 +155,7 @@
155155
//! <details>
156156
//! <summary> Methods from the == Wallet == section </summary>
157157
//!
158-
//! | JSON-PRC Method Name | Returns | Notes |
158+
//! | JSON-RPC Method Name | Returns | Notes |
159159
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
160160
//! | abandontransaction | returns nothing | |
161161
//! | abortrescan | returns nothing | |
@@ -216,7 +216,7 @@
216216
//! <details>
217217
//! <summary> Methods from the == Zmq == section </summary>
218218
//!
219-
//! | JSON-PRC Method Name | Returns | Notes |
219+
//! | JSON-RPC Method Name | Returns | Notes |
220220
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
221221
//! | getzmqnotifications | version | UNTESTED |
222222
//!

types/src/v19/mod.rs

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! <details>
2525
//! <summary> Methods from the == Blockchain == section </summary>
2626
//!
27-
//! | JSON-PRC Method Name | Returns | Notes |
27+
//! | JSON-RPC Method Name | Returns | Notes |
2828
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
2929
//! | getbestblockhash | version + model | |
3030
//! | getblock | version + model | Includes additional 'verbose' type |
@@ -57,7 +57,7 @@
5757
//! <details>
5858
//! <summary> Methods from the == Control == section </summary>
5959
//!
60-
//! | JSON-PRC Method Name | Returns | Notes |
60+
//! | JSON-RPC Method Name | Returns | Notes |
6161
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
6262
//! | getmemoryinfo | version | |
6363
//! | getrpcinfo | version + model | |
@@ -71,7 +71,7 @@
7171
//! <details>
7272
//! <summary> Methods from the == Generating == section </summary>
7373
//!
74-
//! | JSON-PRC Method Name | Returns | Notes |
74+
//! | JSON-RPC Method Name | Returns | Notes |
7575
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
7676
//! | generatetoaddress | version + model | |
7777
//!
@@ -80,7 +80,7 @@
8080
//! <details>
8181
//! <summary> Methods from the == Mining == section </summary>
8282
//!
83-
//! | JSON-PRC Method Name | Returns | Notes |
83+
//! | JSON-RPC Method Name | Returns | Notes |
8484
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
8585
//! | getblocktemplate | version + model | |
8686
//! | getmininginfo | version | |
@@ -94,7 +94,7 @@
9494
//! <details>
9595
//! <summary> Methods from the == Network == section </summary>
9696
//!
97-
//! | JSON-PRC Method Name | Returns | Notes |
97+
//! | JSON-RPC Method Name | Returns | Notes |
9898
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
9999
//! | addnode | returns nothing | |
100100
//! | clearbanned | returns nothing | |
@@ -115,7 +115,7 @@
115115
//! <details>
116116
//! <summary> Methods from the == Rawtransactions == section </summary>
117117
//!
118-
//! | JSON-PRC Method Name | Returns | Notes |
118+
//! | JSON-RPC Method Name | Returns | Notes |
119119
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
120120
//! | analyzepsbt | version + model | |
121121
//! | combinepsbt | version + model | |
@@ -140,7 +140,7 @@
140140
//! <details>
141141
//! <summary> Methods from the == Util == section </summary>
142142
//!
143-
//! | JSON-PRC Method Name | Returns | Notes |
143+
//! | JSON-RPC Method Name | Returns | Notes |
144144
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
145145
//! | createmultisig | version + model | |
146146
//! | deriveaddresses | version + model | TODO |
@@ -155,7 +155,7 @@
155155
//! <details>
156156
//! <summary> Methods from the == Wallet == section </summary>
157157
//!
158-
//! | JSON-PRC Method Name | Returns | Notes |
158+
//! | JSON-RPC Method Name | Returns | Notes |
159159
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
160160
//! | abandontransaction | returns nothing | |
161161
//! | abortrescan | returns nothing | |
@@ -218,7 +218,7 @@
218218
//! <details>
219219
//! <summary> Methods from the == Zmq == section </summary>
220220
//!
221-
//! | JSON-PRC Method Name | Returns | Notes |
221+
//! | JSON-RPC Method Name | Returns | Notes |
222222
//! |:-----------------------------------|:---------------:|:--------------------------------------:|
223223
//! | getzmqnotifications | version | UNTESTED |
224224
//!

0 commit comments

Comments
 (0)