Fixed error in example

This commit is contained in:
Bill Casarin 2010-12-19 11:40:05 -05:00
parent e726313e32
commit 71634058b1

View File

@ -36,7 +36,7 @@ node-bitcoin library, try it out!
client.getBalance(function(balance) {
console.log("Balance:", balance);
}
});
## TODO