Skip to content

Commit

Permalink
Merge pull request #34 from se-jaeger/typos_in_docu
Browse files Browse the repository at this point in the history
Fix some typos in documentation.
  • Loading branch information
se-jaeger committed Mar 31, 2019
2 parents 9d24878 + 3fb6ae0 commit eeb69ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@ Miner Implementation
- ``/chain`` (GET): Returns the miners local chain.
- ``response`` (200): JSON with the actual chain and its length.

- ``neighbours`` (GET): Returns the miners neighbours.
- ``/neighbours`` (GET): Returns the miners neighbours.
- ``response`` (200): JSON with the actual neighbours and its length.

- ``data`` (GET): Returns the miners local cache of unprocessed data.
- ``/data`` (GET): Returns the miners local cache of unprocessed data.
- ``response`` (200): JSON with the actual list of unprocessed data.

|
**The miner uses a set of files for normal operation:**

- ``<filename>.chain``: Representation of the actual file.
- ``<filename>.hash``: ``SHA-156`` of the actual chain file. Is used to check if the local chain differs from its on disc representation.
- ``<filename>.hash``: ``SHA-256`` of the actual chain file. Is used to check if the local chain differs from its on disc representation.
- ``<filename>_<date>_<time>``: Older versions of the chain file. Created at ``<date>_<time>``.
- ``miner.log``: Log file and up to three backup files named ``miner.log.x`` where ``x`` is a number.

Expand Down

0 comments on commit eeb69ba

Please sign in to comment.