interledger-deprecated / five-bells-shared

Common elements that are shared between Five Bells components
Other
4 stars 5 forks source link

Fix: Optionally parse ed25519 #122

Closed alandotcom closed 8 years ago

alandotcom commented 8 years ago

When NODE_ENV=production, loadConfig will try to parse ed25519 keys for the Connector, which does not require this keypair

The change here is backwards compatible.

alandotcom commented 8 years ago

Fixes #99

MatthewPhinney commented 8 years ago

LGTM