fix odd missing initialization, very strange that this did not show up before as a problem
This commit is contained in:
parent
7aa23a39bd
commit
632fd85f1b
@ -348,6 +348,8 @@ withdraw_transaction (void *cls,
|
||||
"Internal error");
|
||||
return GNUNET_DB_STATUS_HARD_ERROR;
|
||||
}
|
||||
TALER_amount_ntoh (&fee_withdraw,
|
||||
&wc->dki->issue.properties.fee_withdraw);
|
||||
wc->collectable.sig = denom_sig;
|
||||
wc->collectable.denom_pub = wc->denomination_pub;
|
||||
wc->collectable.amount_with_fee = wc->amount_required;
|
||||
|
Loading…
Reference in New Issue
Block a user