mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
rm dbg print, fix #13
This commit is contained in:
@@ -708,8 +708,6 @@ uint64_t _get_nonce_ctr(byte *nonce) {
|
|||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "ctr size: %d ", i);
|
|
||||||
|
|
||||||
switch(i) {
|
switch(i) {
|
||||||
case 1:
|
case 1:
|
||||||
ctr = nonce[1];
|
ctr = nonce[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user