*Duplicate init call
This commit is contained in:
parent
ea2dc58838
commit
b5bb0c1889
|
@ -14,7 +14,6 @@ export default class SimpleRpcQuery extends RpcQueryBase {
|
||||||
) {
|
) {
|
||||||
super(network, query, options);
|
super(network, query, options);
|
||||||
this._relay = relay;
|
this._relay = relay;
|
||||||
this.init();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected checkResponses(): void {
|
protected checkResponses(): void {
|
||||||
|
|
Loading…
Reference in New Issue