Lint fixes
This commit is contained in:
parent
9931d7657a
commit
dbc6b42267
@ -103,10 +103,10 @@ export default {
|
|||||||
consensusCapability: {
|
consensusCapability: {
|
||||||
desc: 'Returns an object or string detailing the state of parity capability of maintaining consensus',
|
desc: 'Returns an object or string detailing the state of parity capability of maintaining consensus',
|
||||||
params: [],
|
params: [],
|
||||||
returns: [
|
returns: {
|
||||||
type: Object,
|
type: Object,
|
||||||
desc: 'Either "capable", {"capableUntil":N}, {"incapableSince":N} or "unknown" (N is a block number)'
|
desc: 'Either "capable", {"capableUntil":N}, {"incapableSince":N} or "unknown" (N is a block number)'
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
dappsPort: {
|
dappsPort: {
|
||||||
@ -175,10 +175,10 @@ export default {
|
|||||||
executeUpgrade: {
|
executeUpgrade: {
|
||||||
desc: 'Performs an upgrade',
|
desc: 'Performs an upgrade',
|
||||||
params: [],
|
params: [],
|
||||||
returns: [
|
returns: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
desc: 'returns true if the upgrade to the release specified in parity_upgradeReady was successfully executed, false if not'
|
desc: 'returns true if the upgrade to the release specified in parity_upgradeReady was successfully executed, false if not'
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
extraData: {
|
extraData: {
|
||||||
@ -487,12 +487,12 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
releasesInfo: {
|
releasesInfo: {
|
||||||
desc: 'returns a ReleasesInfo object describing the current status of releases'
|
desc: 'returns a ReleasesInfo object describing the current status of releases',
|
||||||
params: [],
|
params: [],
|
||||||
returns: [
|
returns: {
|
||||||
type: Object,
|
type: Object,
|
||||||
desc: '"fork":N,"minor":null,"this_fork":MN,"track":R} (N is a block number representing the latest known fork of this chain which may be in the future, MN is a block number representing the latest known fork that the currently running binary can sync past or null if not known, R is a ReleaseInfo object describing the latest release in this release track)'
|
desc: '"fork":N,"minor":null,"this_fork":MN,"track":R} (N is a block number representing the latest known fork of this chain which may be in the future, MN is a block number representing the latest known fork that the currently running binary can sync past or null if not known, R is a ReleaseInfo object describing the latest release in this release track)'
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
removeReservedPeer: {
|
removeReservedPeer: {
|
||||||
|
Loading…
Reference in New Issue
Block a user