Skip to content

Commit

Permalink
Update specifications/transactions/ping-command/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Williams <[email protected]>
Closes: diem#8121
  • Loading branch information
2 people authored and bors-libra committed Apr 6, 2021
1 parent 853113a commit 9b17ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/transactions/ping-command/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PingCommand
Th `PingCommand` primarly provides a robust method for healthcheck for an off-chain service. In addition, its simplicity makes it an ideal candidate as the first milestone for validating a correctly implemented off-chain service. Upon receipt of a `PingCommand` the recipient responsds with an empty `CommandResponseObject` completing the exchange. Hence this protocol has no requirements for persistency, so long as the remote service is available and online, it is expected to respond.
The `PingCommand` primarily provides a robust method for health-checking an off-chain service. In addition, its simplicity makes it an ideal candidate as the first milestone for validating a correctly implemented off-chain service. Upon receipt of a `PingCommand` the recipient responds with an empty `CommandResponseObject` completing the exchange. Hence this protocol has no requirements for persistency, so long as the remote service is available and online, it is expected to respond.

`PingCommand` Object:
```
Expand Down

0 comments on commit 9b17ef1

Please sign in to comment.