Skip to content

Commit

Permalink
Merge pull request #14 from IvanG11/master
Browse files Browse the repository at this point in the history
fix create livenet token
  • Loading branch information
vrajroham authored Dec 4, 2019
2 parents fb7904c + b3506a0 commit df3f498
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 df3f498

Please sign in to comment.