Merge pull request #338 from matiu/bug/snippet

fix snippet
This commit is contained in:
Manuel Aráoz 2014-05-08 17:08:11 -03:00
commit 27b60c9e3f
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
// TransactionBuilder
// ==================
//
// Creates a bitcore Transaction object
//
//
@ -33,7 +35,7 @@
// broadcast(tx.serialize());
//
// //Searialize it and pass it around...
// var string = JSON.serialize(builder.toObj());
// var string = JSON.stringify(builder.toObj());
// // then...
// var builder = TransactionBuilder.fromObj(JSON.parse(str);
// builder.sign(keys);