From c97c51eae0267ab12bd99c9dce516b2145e85a4c Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 6 Apr 2016 05:11:41 -0700 Subject: [PATCH] fix readme example. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b9d0e00..08c61aba 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ var wallet = new bcoin.wallet({ }); walletdb.save(wallet); +pool.watchWallet(wallet); console.log('Created wallet with address %s', wallet.getAddress());