paypro: begin adding code for payment protocol.

This commit is contained in:
Christopher Jeffrey 2014-07-25 18:46:29 -07:00 committed by Manuel Araoz
commit f49177f0b7
3 changed files with 275 additions and 2 deletions

View file

@ -11,7 +11,6 @@ var Key = bitcore.Key;
var buffertools = bitcore.buffertools;
var preconditions = require('preconditions').instance();
function TxProposals(opts) {
opts = opts || {};
this.walletId = opts.walletId;