Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
feat(shared Metadata): basic functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
sha49 committed Feb 15, 2017
1 parent ed6c030 commit 0d1118b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ module.exports = {
BigInteger: require('bigi/lib'),
BIP39: require('bip39'),
Networks: require('bitcoinjs-lib/src/networks'),

This comment has been minimized.

Copy link
@WASANTHW

WASANTHW Aug 10, 2018

GOOD

ECDSA: require('bitcoinjs-lib/src/ecdsa')
ECDSA: require('bitcoinjs-lib/src/ecdsa'),
SharedMetadata: require('./src/sharedMetadata'),
Contacts: require('./src/contacts')
};

2 comments on commit 0d1118b

@WASANTHW
Copy link

Choose a reason for hiding this comment

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

💝

@JeffreyLeonard
Copy link

@JeffreyLeonard JeffreyLeonard commented on 0d1118b Aug 10, 2018 via email

Choose a reason for hiding this comment

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

Please sign in to comment.