aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/taler-wallet-core/src/wallet.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 9536b3da8..f531c32a3 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1717,9 +1717,6 @@ export class InternalWalletState {
}
initWithConfig(newConfig: WalletRunConfig): void {
- if (this._config) {
- throw Error("config already set");
- }
this._config = newConfig;
this._http = this.httpFactory(newConfig);