From 57acad487de0ecb3f964c83a60e4f2d7d1ec460b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Nov 2021 19:04:54 +0100 Subject: move extension options to external table --- src/include/taler_exchangedb_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/taler_exchangedb_plugin.h') 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 -- cgit v1.2.3