mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +01:00
Apply suggestions
This commit is contained in:
parent
05e11947bd
commit
16b6d5c5d3
2 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ On top of Stratum, some services are defined. They are listed below, grouped by
|
|||
|
||||
* [[bip-0040/service-blockchain.address.mediawiki|Blockchain Address]]
|
||||
* [[bip-0040/service-blockchain.block.mediawiki|Blockchain Block]]
|
||||
* [[bip-0040/service-blockchain.transaction.mediawiki|Blockchain Translation]]
|
||||
* [[bip-0040/service-blockchain.transaction.mediawiki|Blockchain Transaction]]
|
||||
* [[bip-0040/service-node.mediawiki|Node]]
|
||||
* [[bip-0040/service-wallet.mediawiki|Wallet]]
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ Ask the server to run a synchronous command for a specific amount of seconds.
|
|||
|
||||
==Method: Throw Exception==
|
||||
|
||||
Ask the server throw exception.
|
||||
Ask the server to throw an exception.
|
||||
|
||||
* Method name: <code>throw_exception</code>
|
||||
|
||||
|
@ -121,7 +121,7 @@ Ask the server throw exception.
|
|||
|
||||
==Method: Throw Signed Exception==
|
||||
|
||||
Ask the server throw exception in a signed JSON-RPC object.
|
||||
Ask the server to throw an exception in a signed JSON-RPC object.
|
||||
|
||||
* Method name: <code>throw_signed_exception</code>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue