Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Handle network string as a URI. #151

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ajp8164
Copy link

@ajp8164 ajp8164 commented Aug 14, 2017

Implement a URI scheme for network strings; 'livenet/btc'.

@@ -9,6 +9,7 @@ var BN = require('../../lib/crypto/bn');
var point = require('../../lib/crypto/point');
var should = require('chai').should();
var vectors = require('../data/ecdsa');
var Constants = require('../../lib/common/constants');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Require

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants