Skip to content

Commit

Permalink
Merge pull request #27 from knocte/patch-3
Browse files Browse the repository at this point in the history
protocol.rst: fix estimatefee sample
  • Loading branch information
ecdsa committed Jul 3, 2017
2 parents faf29a3 + aeabf43 commit 76f9ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ If the node doesn’t have enough information to make an estimate, the value -1

.. code-block:: json
{ "id": 17, "method":"blockchain.estimatefee", "params": 6 }
{ "id": 17, "method":"blockchain.estimatefee", "params": [ 6 ] }
*response:*

Expand Down

0 comments on commit 76f9ced

Please sign in to comment.