Skip to content

Commit

Permalink
Fix variable scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldonkey committed Feb 26, 2018
1 parent 20d781e commit 5787c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ethereum.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Ethereum extends EthereumStatic implements JsonRpcInterface
private $methods;
private $id = 0;
public $client;
protected $debugHtml = '';
public $debugHtml = '';

/**
* Constructing Ethereum Class.
Expand Down

0 comments on commit 5787c76

Please sign in to comment.