Skip to content

Commit

Permalink
fix create livenet token
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanG11 committed Nov 28, 2019
1 parent fb7904c commit b3506a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/CreateKeypair.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function pairWithServerAndCreateToken()
if ('testnet' == $this->config['network']) {
$this->network = 'https://test.bitpay.com';
} elseif ('livenet' == $this->config['network']) {
$this->network = 'https://test.bitpay.com';
$this->network = 'https://bitpay.com';
} else {
$this->network = 'https://bitpay.com';
}
Expand Down

0 comments on commit b3506a0

Please sign in to comment.