*Update dist
This commit is contained in:
parent
4cc21a3122
commit
cd9dad47dc
|
@ -5,7 +5,7 @@ export class EthClient extends Client {
|
|||
return this.callModuleReturn("ready");
|
||||
}
|
||||
async method(method, params) {
|
||||
return this.callModuleReturn("method", params);
|
||||
return this.callModuleReturn(method, params);
|
||||
}
|
||||
}
|
||||
export const createClient = factory(EthClient, RPC_MODULE);
|
||||
|
|
Loading…
Reference in New Issue