paypro: minor fixes.

This commit is contained in:
Christopher Jeffrey 2014-07-29 19:46:35 -07:00
parent eb10926b47
commit 80995b5e8c
2 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,7 @@ function sendPayment(msg, callback) {
// BIP-71
'Accept': PayPro.PAYMENT_REQUEST_CONTENT_TYPE
+ ', ' + PayPro.PAYMENT_ACK_CONTENT_TYPE,
'Content-Type': 'application/bitcoin-payment',
'Content-Type': PayPro.PAYMENT_CONTENT_TYPE,
'Content-Length': pay.length + '',
'Content-Transfer-Encoding': 'binary'
},

View File

@ -298,6 +298,7 @@ var peerman = new bitcore.PeerManager({
peerman.peerDiscovery = true;
peerman.addPeer(new bitcore.Peer('testnet-seed.alexykot.me', 18333));
peerman.addPeer(new bitcore.Peer('testnet-seed.bitcoin.petertodd.org', 18333));
peerman.addPeer(new bitcore.Peer('testnet-seed.bluematt.me', 18333));