diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-25 16:13:06 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-25 16:13:06 +0100 |
commit | 74e4c6429a09a5f13c958c9ede068fc094a9552d (patch) | |
tree | 1836dd74c588071df131886ee9e23e42a0250cd8 /src/include | |
parent | f6ecb6c895879ee4b5db3061593feaad3456d1c8 (diff) |
clean up refresh-reveal logic, reducing local copying
Diffstat (limited to 'src/include')
-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 3c7840ef0..ad6e58a05 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1648,7 +1648,7 @@ struct TALER_EXCHANGEDB_RefreshRevealedCoin /** * Blinded message to be signed (in envelope), with @e coin_env_size bytes. */ - char *coin_ev; + void *coin_ev; /** * Number of bytes in @e coin_ev. |