diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-30 21:26:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-30 21:26:40 +0200 |
commit | 2faf102a05865b68e90ef48f292678dd1da6356e (patch) | |
tree | 5196e22766c0d5f0692d30121bda0b0e25527aa2 /src/include/taler_exchangedb_plugin.h | |
parent | bc57abc3daa56178378b5184b9ec987c860c5f62 (diff) |
-more dB work
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 1c5b92589..ac4bd9d86 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -230,7 +230,7 @@ struct TALER_EXCHANGEDB_TableData uint64_t reserve_uuid; struct GNUNET_TIME_Absolute execution_date; struct TALER_WireTransferIdentifierRawP wtid; - uint64_t receiver_account; + uint64_t wire_target_serial_id; struct TALER_Amount amount; struct TALER_Amount closing_fee; } reserves_close; |