diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-10 18:40:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-10 18:40:39 +0100 |
commit | 278b35a0fbe4e278dae2146e27e012535bd1e37d (patch) | |
tree | a8a2048030a693cd3d0c1863b88b84f4a06f972e /src/include/taler_exchangedb_plugin.h | |
parent | af97a44ae6cdd3c9ee1e15fc88081dcd6890a03d (diff) |
more work on INSERT statements
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
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; |