diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-15 15:44:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-15 15:44:24 +0100 |
commit | 19d9369ff6df2e4bfd896cce5fcb2ae679402bc0 (patch) | |
tree | 50244c37699441e957c11129dd19f97af18521a4 /src/exchangedb | |
parent | 9ded20518c5a11a43b2b05d04d0922b1a1d36e2b (diff) |
add another interpreter command to check incoming wire transfers
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index a657b405b..25692445b 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -1711,6 +1711,7 @@ postgres_get_session (void *cls) return session; } + /** * Do a pre-flight check that we are not in an uncommitted transaction. * If we are, try to commit the previous transaction and output a warning. |