Skip to content

Commit 2dfb67f

Browse files
adecaroalexandrosfilios
authored andcommitted
checks fix
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 982e8d5 commit 2dfb67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/nwo/token/common/ppmgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (d *DLogPublicParamsGenerator) Generate(tms *topology.TMS, wallets *generat
134134
return nil, err
135135
}
136136
}
137-
pp, err := cryptodlog.Setup(uint(bits), ipkBytes, curveID)
137+
pp, err := cryptodlog.Setup(bits, ipkBytes, curveID)
138138
if err != nil {
139139
return nil, err
140140
}

0 commit comments

Comments
 (0)