diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-19 15:10:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-19 15:10:48 +0200 |
commit | 81e8a9b99cc380eb6798e51a4e55435206c63ffe (patch) | |
tree | fe4535d4c58706d4263e0a153f606c512b0c4aff /src/include | |
parent | abe779ab7f8eee576f2c8e8acbf34a505d9bc6bf (diff) |
minor updates to /test api
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_signatures.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 9ef50d1d3..de6dbfc24 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -504,11 +504,7 @@ struct TALER_MintKeySetPS struct GNUNET_TIME_AbsoluteNBO list_issue_date; /** - * Hash over the "inner" JSON with the key set. FIXME: The use of - * JSON as what is being signed here is a bit of a hack, as the - * result depends on the JSON indentation and being canonical. - * We should consider using a more well-defined binary format to - * sign. (#3739) + * Hash over the various denomination signing keys returned. */ struct GNUNET_HashCode hc; }; |