Skip to content

Commit

Permalink
Document the bitcoinjs wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
caedesvvv committed Oct 15, 2014
1 parent a6b8798 commit 26e98c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vendors/wrappers/bitcoinjs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* bitcoinjs-lib backwards compatibility lib
* exposes some old functions for easily backporting
*/

'use strict';

define(['bitcoinjs-lib-real', 'convert'], function(Bitcoin, Convert) {
Expand Down

0 comments on commit 26e98c8

Please sign in to comment.