Fix linting.
This commit is contained in:
parent
47e1e18e7e
commit
f7fb1bfa1d
@ -2032,7 +2032,7 @@ connection, disconnecting causes all subscriptions to be canceled.
|
||||
{
|
||||
type: Array,
|
||||
desc: 'Parameters passed to RPC method. (Optional, defaults to no parameters)',
|
||||
example: ["0xcd2a3d9f938e13cd947ec05abc7fe734df8dd826", "latest"]
|
||||
example: ['0xcd2a3d9f938e13cd947ec05abc7fe734df8dd826', 'latest']
|
||||
}
|
||||
],
|
||||
returns: {
|
||||
|
@ -226,8 +226,8 @@ connection, disconnecting causes all subscriptions to be canceled.
|
||||
}],
|
||||
returns: {
|
||||
type: Boolean,
|
||||
desc: 'whether the call was successful',
|
||||
example: true
|
||||
desc: 'whether the call was successful',
|
||||
example: true
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user