diff options
author | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-05-27 14:22:25 +0200 |
---|---|---|
committer | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-05-27 14:22:25 +0200 |
commit | 6cc0b4bad8471f29674f1a9ee6ed8e8b3fd0dec7 (patch) | |
tree | 77b236a08dad106efd50aab44a2b3834328c8fc0 /src/mintdb/test_mintdb.c | |
parent | 1d551bf36b5e7d47dead516d42ece48420809fb4 (diff) |
mintdb postgres: Implement get_refresh_melt().
Diffstat (limited to 'src/mintdb/test_mintdb.c')
-rw-r--r-- | src/mintdb/test_mintdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mintdb/test_mintdb.c b/src/mintdb/test_mintdb.c index 9e93401c7..55a8395e3 100644 --- a/src/mintdb/test_mintdb.c +++ b/src/mintdb/test_mintdb.c @@ -459,6 +459,7 @@ run (void *cls, FAILIF (GNUNET_OK != test_known_coins (session)); result = 0; + /* FIXME: test_refresh_melts */ drop: if (NULL != wire) json_decref (wire); |