diff --git a/src/Commands/CreateKeypair.php b/src/Commands/CreateKeypair.php index 224590e..b65b891 100644 --- a/src/Commands/CreateKeypair.php +++ b/src/Commands/CreateKeypair.php @@ -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'; }