Skip to content

Commit

Permalink
Fix incorrect quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuke committed Dec 23, 2022
1 parent 4eb84c3 commit 9b5d627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Upon opening a websocket connection to your HydraPay instance, you should immedi
Hydra Pay manages state and does its best to communicate when you issue API requests that are not at appropriate times, or would have no meaning in the current state. When this happens you are likely to get responses like the following:

``` json
{ "tag": "ApiError", "contents": ""Head is closing, please wait for the contestation period to be over and the fanout to complete." }
{ "tag": "ApiError", "contents": "Head is closing, please wait for the contestation period to be over and the fanout to complete." }
```
This error message was generated when trying to remove/terminate a head while the nodes are fanning out funds.

Expand Down

0 comments on commit 9b5d627

Please sign in to comment.