add BIP32 example to examples tests

This commit is contained in:
Ryan X. Charles 2014-04-02 12:05:11 -04:00
parent edab2d18a1
commit 710be7b147
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ var unmute = require('./mute').unmute;
var examples = [
'Address',
'BIP32',
'PeerManager',
'Rpc',
'SendTx',