[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: fix IBAN generator
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: fix IBAN generator |
Date: |
Fri, 30 Jul 2021 11:09:22 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new a6016952 fix IBAN generator
a6016952 is described below
commit a6016952e6a82ca9457af00f166e28166de67503
Author: ms <ms@taler.net>
AuthorDate: Fri Jul 30 11:09:17 2021 +0200
fix IBAN generator
---
packages/taler-wallet-cli/src/integrationtests/helpers.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-cli/src/integrationtests/helpers.ts
b/packages/taler-wallet-cli/src/integrationtests/helpers.ts
index 215c0629..1fdc3678 100644
--- a/packages/taler-wallet-cli/src/integrationtests/helpers.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/helpers.ts
@@ -65,7 +65,7 @@ export interface SimpleTestEnvironment {
export function getRandomIban(countryCode: string): string {
return `${countryCode}715001051796${(Math.random() * 100000000)
.toString()
- .substring(0, 8)}`;
+ .substring(0, 6)}`;
}
export function getRandomString(): string {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: fix IBAN generator,
gnunet <=