aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-10-17 21:08:02 +0200
committerMS <ms@taler.net>2023-10-17 21:08:02 +0200
commit40ee7cb79813c524fd622ac9d61990f447fd38d3 (patch)
tree8fbff43b87f95a118aa680c36e27109fb84279d1
parent455ff04a17c78510a0a9f3ddb2c04aa38ff78825 (diff)
downloadlibeufin-40ee7cb79813c524fd622ac9d61990f447fd38d3.tar.gz
libeufin-40ee7cb79813c524fd622ac9d61990f447fd38d3.tar.bz2
libeufin-40ee7cb79813c524fd622ac9d61990f447fd38d3.zip
removing accidental edit
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index cf9d2524..770945b7 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -629,7 +629,7 @@ class EbicsSetup: CliktCommand() {
doKeysRequestAndUpdateState(cfg, privsMaybe, httpClient, KeysOrderType.HIA).apply { if (!this) exitProcess(1) }
}
// Reloading new state from disk if any upload actually took place
- val haveSubmitted = forceKeysResubmission || keysNotSubfile
+ val haveSubmitted = forceKeysResubmission || keysNotSub
val privs = if (haveSubmitted) {
logger.info("Keys submitted to the bank, at ${cfg.hostBaseUrl}")
loadPrivateKeysFromDisk(cfg.clientPrivateKeysFilename)