gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/03: remove bogus argument


From: gnunet
Subject: [taler-wallet-core] 01/03: remove bogus argument
Date: Thu, 04 Feb 2021 17:13:37 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit aa6cba1533dcef4b9db8836ccd1491f63edc496b
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 4 16:16:31 2021 +0100

    remove bogus argument
---
 packages/taler-wallet-cli/src/integrationtests/harness.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/harness.ts 
b/packages/taler-wallet-cli/src/integrationtests/harness.ts
index 9a1136bc..aa09d5f7 100644
--- a/packages/taler-wallet-cli/src/integrationtests/harness.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/harness.ts
@@ -98,13 +98,11 @@ import {
 import { ApplyRefundResponse } from "@gnu-taler/taler-wallet-core";
 import { PendingOperationsResponse } from "@gnu-taler/taler-wallet-core";
 import { CoinConfig } from "./denomStructures";
-import CancellationToken from "cancellationtoken";
 
 const exec = util.promisify(require("child_process").exec);
 
 export async function delayMs(
   ms: number,
-  cancellationToken?: CancellationToken,
 ): Promise<void> {
   return new Promise((resolve, reject) => {
     setTimeout(() => resolve(), ms);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]