summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-25 16:13:06 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-25 16:13:06 +0100
commit74e4c6429a09a5f13c958c9ede068fc094a9552d (patch)
tree1836dd74c588071df131886ee9e23e42a0250cd8 /src/include
parentf6ecb6c895879ee4b5db3061593feaad3456d1c8 (diff)
downloadexchange-74e4c6429a09a5f13c958c9ede068fc094a9552d.tar.gz
exchange-74e4c6429a09a5f13c958c9ede068fc094a9552d.tar.bz2
exchange-74e4c6429a09a5f13c958c9ede068fc094a9552d.zip
clean up refresh-reveal logic, reducing local copying
Diffstat (limited to 'src/include')
-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 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.