diff options
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r-- | src/auditor/report-lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index 6334e6f65..36baf640e 100644 --- a/src/auditor/report-lib.c +++ b/src/auditor/report-lib.c @@ -212,6 +212,7 @@ add_denomination ( i = GNUNET_new (struct TALER_DenominationKeyValidityPS); *i = *issue; + i->master = TALER_ARL_master_pub; GNUNET_assert (GNUNET_OK == GNUNET_CONTAINER_multihashmap_put (denominations, &issue->denom_hash, |