[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-cashless2ecash] branch master updated: fix: terminate simulation
From: |
gnunet |
Subject: |
[taler-cashless2ecash] branch master updated: fix: terminate simulation |
Date: |
Fri, 03 May 2024 20:54:37 +0200 |
This is an automated email from the git hooks/post-receive script.
joel-haeberli pushed a commit to branch master
in repository cashless2ecash.
The following commit(s) were added to refs/heads/master by this push:
new c462122 fix: terminate simulation
c462122 is described below
commit c462122af43bc7514e120a662588c49166c97187
Author: Joel-Haeberli <haebu@rubigen.ch>
AuthorDate: Fri May 3 20:54:30 2024 +0200
fix: terminate simulation
---
simulation/c2ec-simulation | Bin 8314291 -> 8314291 bytes
simulation/sim-wire-watch.go | 1 +
2 files changed, 1 insertion(+)
diff --git a/simulation/c2ec-simulation b/simulation/c2ec-simulation
index 03ae403..6934dbe 100755
Binary files a/simulation/c2ec-simulation and b/simulation/c2ec-simulation
differ
diff --git a/simulation/sim-wire-watch.go b/simulation/sim-wire-watch.go
index 3e0aff8..47bf266 100644
--- a/simulation/sim-wire-watch.go
+++ b/simulation/sim-wire-watch.go
@@ -58,6 +58,7 @@ func WireWatch(finish chan interface{}, kill chan error) {
fmt.Println("WIRE-WATCH: Incoming Reserve Transaction(",
r.RowId, r.DebitAccount, a, r.ReservePub, ")")
}
+ close(kill)
finish <- nil
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-cashless2ecash] branch master updated: fix: terminate simulation,
gnunet <=