Skip to content

Commit 47d9e81

Browse files
committed
fix bitcoin gold
1 parent 2aa8550 commit 47d9e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Network/Networks/BitcoinGold.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ class BitcoinGold extends Bitcoin
1818
/**
1919
* @var string
2020
*/
21-
protected $prefixP2sh = "\x5a";
21+
protected $prefixP2sh = "\x17";
2222

2323
/**
2424
* @var null
2525
*/
26-
protected $prefixBech32 = null;
26+
protected $prefixBech32 = 'btg';
2727
}

0 commit comments

Comments
 (0)