Skip to content

Commit ca78565

Browse files
authored
Merge pull request #157 from kilpatty/export-covenant
exports: export Covenant along with other primitives
2 parents 552bba1 + d4062aa commit ca78565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/hsd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ hsd.define('primitives', './primitives');
9595
hsd.define('Address', './primitives/address');
9696
hsd.define('Block', './primitives/block');
9797
hsd.define('Coin', './primitives/coin');
98+
hsd.define('Covenant', './primitives/covenant');
9899
hsd.define('Headers', './primitives/headers');
99100
hsd.define('Input', './primitives/input');
100101
hsd.define('InvItem', './primitives/invitem');

0 commit comments

Comments
 (0)