Skip to content

Commit

Permalink
Merge pull request #152 from coval3nte/master
Browse files Browse the repository at this point in the history
fix Cryptonote.php
  • Loading branch information
serhack authored Jan 20, 2024
2 parents c1decfa + fc920d9 commit 25d4c58
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;

Check failure on line 33 in src/Cryptonote.php

View workflow job for this annotation

GitHub Actions / phpstan (8.0)

Property MoneroIntegrations\MoneroPhp\Cryptonote::$base58 has no type specified.
protected $varint;

Check failure on line 34 in src/Cryptonote.php

View workflow job for this annotation

GitHub Actions / phpstan (8.0)

Property MoneroIntegrations\MoneroPhp\Cryptonote::$varint has no type specified.

public function __construct()
public function __construct($network = "mainnet")

Check failure on line 36 in src/Cryptonote.php

View workflow job for this annotation

GitHub Actions / phpstan (8.0)

Method MoneroIntegrations\MoneroPhp\Cryptonote::__construct() has parameter $network with no type specified.
{
$networks_prefixes = [
"mainnet" => [
Expand Down

0 comments on commit 25d4c58

Please sign in to comment.