chore: remove undocumented validatorExit method

This commit is contained in:
Michael Vines
2021-03-03 14:42:10 -08:00
parent 872f7117c3
commit 81253c9956
4 changed files with 0 additions and 27 deletions

View File

@ -258,19 +258,6 @@ describe('Connection', () => {
}
});
if (!process.env.TEST_LIVE) {
it('validatorExit', async () => {
await mockRpcResponse({
method: 'validatorExit',
params: [],
value: false,
});
const result = await connection.validatorExit();
expect(result).to.eq(false);
});
}
it('get balance', async () => {
const account = new Account();