X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fzerocoin%2FCoinSpend.h;h=8bf69251e77f117b57dfdb467cb607ee02e7ed74;hb=af1b5b2c9471be320ee44b6ec030434e0626571d;hp=c8d20b9b0efad3a16cc33d9300e51cd12459faea;hpb=fd357ed610aa01f65b869a00f6d98424f73c3d59;p=novacoin.git diff --git a/src/zerocoin/CoinSpend.h b/src/zerocoin/CoinSpend.h index c8d20b9..8bf6925 100644 --- a/src/zerocoin/CoinSpend.h +++ b/src/zerocoin/CoinSpend.h @@ -32,7 +32,7 @@ namespace libzerocoin { class CoinSpend { public: template - CoinSpend(const Params* p, Stream& strm):denomination(ZQ_LOVELACE), + CoinSpend(const Params* p, Stream& strm):denomination(ZQ_PEDERSEN), accumulatorPoK(&p->accumulatorParams), serialNumberSoK(p), commitmentPoK(&p->serialNumberSoKCommitmentGroup, &p->accumulatorParams.accumulatorPoKCommitmentGroup) {