summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-06 19:04:54 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-06 19:04:54 +0100
commit57acad487de0ecb3f964c83a60e4f2d7d1ec460b (patch)
tree7f5fc4aa8a264f256cbdae86d603bf86cea4d793 /src/include
parent0b370a68148507016c6e707b01918350887887f7 (diff)
downloadexchange-57acad487de0ecb3f964c83a60e4f2d7d1ec460b.tar.gz
exchange-57acad487de0ecb3f964c83a60e4f2d7d1ec460b.tar.bz2
exchange-57acad487de0ecb3f964c83a60e4f2d7d1ec460b.zip
move extension options to external table
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index dcfb7a5d0..075024e73 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -328,7 +328,7 @@ struct TALER_EXCHANGEDB_TableData
bool tiny;
bool done;
bool extension_blocked;
- json_t *extension_options;
+ uint64_t extension_details_serial_id;
} deposits;
struct