summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-10 18:40:39 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-10 18:40:39 +0100
commit278b35a0fbe4e278dae2146e27e012535bd1e37d (patch)
treea8a2048030a693cd3d0c1863b88b84f4a06f972e /src/include/taler_exchangedb_plugin.h
parentaf97a44ae6cdd3c9ee1e15fc88081dcd6890a03d (diff)
downloadexchange-278b35a0fbe4e278dae2146e27e012535bd1e37d.tar.gz
exchange-278b35a0fbe4e278dae2146e27e012535bd1e37d.tar.bz2
exchange-278b35a0fbe4e278dae2146e27e012535bd1e37d.zip
more work on INSERT statements
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-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 a245ec661..8286260ca 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -267,7 +267,7 @@ struct TALER_EXCHANGEDB_TableData
struct
{
- uint64_t freshcoin_index;
+ uint32_t freshcoin_index;
struct TALER_CoinSpendSignatureP link_sig;
void *coin_ev;
size_t coin_ev_size;