summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-15 15:44:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-15 15:44:24 +0100
commit19d9369ff6df2e4bfd896cce5fcb2ae679402bc0 (patch)
tree50244c37699441e957c11129dd19f97af18521a4 /src/exchangedb/plugin_exchangedb_postgres.c
parent9ded20518c5a11a43b2b05d04d0922b1a1d36e2b (diff)
downloadexchange-19d9369ff6df2e4bfd896cce5fcb2ae679402bc0.tar.gz
exchange-19d9369ff6df2e4bfd896cce5fcb2ae679402bc0.tar.bz2
exchange-19d9369ff6df2e4bfd896cce5fcb2ae679402bc0.zip
add another interpreter command to check incoming wire transfers
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c1
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.