Skip to content

Commit

Permalink
fix bitcoin gold
Browse files Browse the repository at this point in the history
  • Loading branch information
andkom committed Jan 28, 2021
1 parent 2aa8550 commit 47d9e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Network/Networks/BitcoinGold.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class BitcoinGold extends Bitcoin
/**
* @var string
*/
protected $prefixP2sh = "\x5a";
protected $prefixP2sh = "\x17";

/**
* @var null
*/
protected $prefixBech32 = null;
protected $prefixBech32 = 'btg';
}

0 comments on commit 47d9e81

Please sign in to comment.