spelling change: wieght -> weight
This commit is contained in:
parent
5210b68a78
commit
5f85b53a70
@ -398,7 +398,7 @@ export class FallbackProvider extends AbstractProvider {
|
|||||||
this.eventWorkers = 1;
|
this.eventWorkers = 1;
|
||||||
|
|
||||||
assertArgument(this.quorum <= this.#configs.reduce((a, c) => (a + c.weight), 0),
|
assertArgument(this.quorum <= this.#configs.reduce((a, c) => (a + c.weight), 0),
|
||||||
"quorum exceed provider wieght", "quorum", this.quorum);
|
"quorum exceed provider weight", "quorum", this.quorum);
|
||||||
}
|
}
|
||||||
|
|
||||||
get providerConfigs(): Array<FallbackProviderState> {
|
get providerConfigs(): Array<FallbackProviderState> {
|
||||||
|
Loading…
Reference in New Issue
Block a user