Content - Remove governance watchdog references

- Related to dashpay/dash#2816
This commit is contained in:
thephez 2019-04-16 14:51:56 -04:00
parent 6dbe5d4a75
commit 911fa2ffe8
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
3 changed files with 6 additions and 7 deletions

View file

@ -604,7 +604,7 @@ The `gobject get` RPC returns a governance object by hash.
- n: "→<br>`ObjectType`"
t: "number"
p: "Required<br>(exactly 1)"
d: "Object types:<br>`1` - Unknown<br>`2` - Proposal<br>`3` - Trigger<br>`4` - Watchdog"
d: "Object types:<br>`1` - Unknown<br>`2` - Proposal<br>`3` - Trigger"
- n: "→<br>`CreationTime`"
t: "number"
@ -880,7 +880,7 @@ The `gobject list` RPC Lists governance objects (can be filtered by signal and/o
- n: "`type`"
t: "string (hex)"
p: "Optional<br>(exactly 1)"
d: "Type of governance object signal: <br>`proposals`<br>`triggers`<br> `watchdogs`<br> `all` (_DEFAULT_)"
d: "Type of governance object signal: <br>`proposals`<br>`triggers`<br>`all` (_DEFAULT_)"
{% enditemplate %}
@ -963,7 +963,7 @@ The `gobject diff` RPC Lists governance objects differences since last diff.
- n: "`type`"
t: "string (hex)"
p: "Optional<br>(exactly 1)"
d: "Type of governance object signal: <br>`proposals`<br>`triggers`<br> `watchdogs`<br> `all` (_DEFAULT_)"
d: "Type of governance object signal: <br>`proposals`<br>`triggers`<br>`all` (_DEFAULT_)"
{% enditemplate %}