diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-24 17:25:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-24 17:25:00 +0100 |
commit | d5acf537323bc8c2e04844b4d0c2521406011db8 (patch) | |
tree | 5970ad2b6d5f4483da2f18659f3203f2815bc8df /src/mint/taler-mint-httpd.h | |
parent | f052af1e6bc9532c7a924ca3e8edba2e990b3b83 (diff) |
make kappa global fixed constant, not something to be negotiated, KISS
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index 36d150bbc..50b745703 100644 --- a/src/mint/taler-mint-httpd.h +++ b/src/mint/taler-mint-httpd.h @@ -26,12 +26,6 @@ #include <microhttpd.h> /** - * Cut-and-choose size for refreshing. - * FIXME: maybe make it a config option? - */ -#define KAPPA 3 - -/** * For now, we just do EUR. Should become configurable * in the future! */ |