bitpay / node-bitpay-client

A Node.js module and command line client for interacting with BitPay's Cryptographically Secure API
102 stars 95 forks source link

Pairing is broken #59

Closed ionux closed 9 years ago

ionux commented 9 years ago

At the command line when typing

~$ bitpay pair

I get the error code "Label is invalid". Could be hostname has a period?

martindale commented 9 years ago

@braydonf has something in BitPay changed that would impact this?

braydonf commented 9 years ago

Labels are validated to alphanumeric plus dashes, underscores, spaces and now periods (as is common with hostnames). Should be good to close this issue.