Skip to content

Commit 66aa31d

Browse files
author
Atif Nazir
committed
remove debugging echo
1 parent 154f363 commit 66aa31d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Block.io PHP
22
===========
33

4-
**Current Release**: 1.3.1
4+
**Current Release**: 1.3.2
55

66
**07/01/20**: Use low R signatures by default.
77
**06/02/20**: Replace deprecated array_key_exists. Tested for PHP7.2, PHP7.3, PHP7.4. Support for earlier (EOL) versions of PHP is not guaranteed.

lib/block_io.php

-1
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,6 @@ public function getSignatureHashPoints($hash, $nonce = null)
12411241
if($nonce_not_provided)
12421242
{
12431243
// use a deterministic nonce
1244-
echo "counter=" . $counter . "\n";
12451244
$nonce = $this->deterministicGenerateK($hash, $this->k, $counter);
12461245
$counter = $counter + 1;
12471246
}

0 commit comments

Comments
 (0)