diff options
author | Christian Blättler <blatc2@bfh.ch> | 2024-04-19 18:08:40 +0200 |
---|---|---|
committer | Christian Blättler <blatc2@bfh.ch> | 2024-04-19 18:08:40 +0200 |
commit | 105974b59fea2a475e15e455de57ab9f07a6841e (patch) | |
tree | fce69ad0386c8c46ec7d2d0aa400230d5ef2d19a /src/include | |
parent | 8e8634c9e6b2b188b01956fa1eb4cf9aa03f4d8e (diff) |
proper date rounding & fix db key extraction
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchantdb_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h index 23122702..ba38b20f 100644 --- a/src/include/taler_merchantdb_plugin.h +++ b/src/include/taler_merchantdb_plugin.h @@ -1096,12 +1096,12 @@ struct TALER_MERCHANTDB_TokenFamilyKeyDetails /** * Token family public key. */ - struct TALER_TokenFamilyPublicKey *pub; + struct TALER_TokenFamilyPublicKey pub; /** * Token family private key. */ - struct TALER_TokenFamilyPrivateKey *priv; + struct TALER_TokenFamilyPrivateKey priv; /** * Details about the token family this key belongs to. |