Merge pull request #339 from rapodaca/master

Minor TransactionBuilder doc fixes
This commit is contained in:
Matias Alejo Garcia 2014-05-10 10:30:46 -03:00
commit 67c4f900d2
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
// var tx = builder.build();
// broadcast(tx.serialize());
//
// //Searialize it and pass it around...
// //Serialize it and pass it around...
// var string = JSON.stringify(builder.toObj());
// // then...
// var builder = TransactionBuilder.fromObj(JSON.parse(str);
@ -189,7 +189,7 @@ TransactionBuilder.infoForP2sh = function(opts, networkName) {
// ```
// [{
// address: "mqSjTad2TKbPcKQ3Jq4kgCkKatyN44UMgZ",
// hash: "2ac165fa7a3a2b535d106a0041c7568d03b531e58aeccdd3199d7289ab12cfc1",
// txid: "2ac165fa7a3a2b535d106a0041c7568d03b531e58aeccdd3199d7289ab12cfc1",
// scriptPubKey: "76a9146ce4e1163eb18939b1440c42844d5f0261c0338288ac",
// vout: 1,
// amount: 0.01,