*Duplicate init call

This commit is contained in:
Derrick Hammer 2022-08-28 02:12:44 -04:00
parent ea2dc58838
commit b5bb0c1889
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ export default class SimpleRpcQuery extends RpcQueryBase {
) {
super(network, query, options);
this._relay = relay;
this.init();
}
protected checkResponses(): void {