diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-28 22:41:21 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-28 22:41:24 +0100 |
commit | 3d4e580699107fcd8d5df0fa02c097de5d168694 (patch) | |
tree | d2328fde9d111b8c1c68e329cbb064e1df7dd9e4 /src/include/taler_exchangedb_plugin.h | |
parent | ee79f312754304d15704e122970223f28759fceb (diff) |
work on auditor-sync update to latest DB
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 6e3008ad0..846183ee5 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -301,6 +301,7 @@ struct TALER_EXCHANGEDB_TableData struct TALER_AgeCommitmentHash age_hash; uint64_t denominations_serial; struct TALER_DenominationSignature denom_sig; + struct TALER_Amount remaining; } known_coins; struct |