fix readme example.

This commit is contained in:
Christopher Jeffrey 2016-04-06 05:11:41 -07:00
parent 12860920ea
commit c97c51eae0
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -224,6 +224,7 @@ var wallet = new bcoin.wallet({
});
walletdb.save(wallet);
pool.watchWallet(wallet);
console.log('Created wallet with address %s', wallet.getAddress());