Skip to content

Commit

Permalink
fix Cryptonote.php
Browse files Browse the repository at this point in the history
  • Loading branch information
coval3nte authored Jan 20, 2024
1 parent 173e59e commit fc920d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cryptonote.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Cryptonote
protected $base58;
protected $varint;

public function __construct()
public function __construct($network = "mainnet")
{
$networks_prefixes = [
"mainnet" => [
Expand Down

0 comments on commit fc920d9

Please sign in to comment.