* Fixed duplicate plugin events

This commit is contained in:
Kevin Froman 2019-04-25 00:38:15 -05:00
parent 71aadb7767
commit 47ee28f74f
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
9 changed files with 24 additions and 11 deletions

View file

@ -105,3 +105,11 @@ v0
These are constant endpoints available on direct connection servers. Plugin endpoints for direct connections are not documented here.
* /ping
- Methods: GET
- Returns 200 with 'pong!'
* /close
- Methods: GET
- Kills the direct connection server, destroying the onion address.
- Returns 200 with 'goodbye'

View file

@ -1,4 +1,4 @@
# Onionr Block Spec v1.0.0
# Onionr Block Spec v1.1.0
# Block Description
@ -60,4 +60,4 @@ Pow is a field for placing the nonce found to make a block meet a target proof o
## encryptType
encryptType is a field to specify the mode of encryption for a block. The values supported by Onionr are 'asym' and 'sym'.
encryptType is a field to specify the mode of encryption for a block. The values supported by Onionr are 'asym' and 'sym'.