1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00

Apply suggestions

This commit is contained in:
Ben van Hartingsveldt 2024-05-21 21:16:01 +02:00
parent 05e11947bd
commit 16b6d5c5d3
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB
2 changed files with 3 additions and 3 deletions

View file

@ -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]]

View file

@ -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>