Skip to content

Propagate missing token count which differs for HRO only

Benoit Donneaux requested to merge 148.fix-token-count into develop

This fix the previous merge request (!433 (merged)) where the configured value was not passed from hro-cloud/grid.nix to lib/issuer.nix!

The result is already live on HRO payment server: --tokens-per-voucher 150000 has been append to the parameters passed to zkapissuer service. And it has fixed the problem: vouchers can be redeemed because now both the client and the server agrees on the same predefined value.

This should close #148 (closed) for good.

Edited by Benoit Donneaux

Merge request reports