From 3ff70ac7cc923a6ad9dc90d6df54f4eeb76fae44 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 8 Aug 2014 14:32:43 -0700 Subject: [PATCH] paypro: example - add another higher output to the server outputs. --- examples/PayPro/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PayPro/server.js b/examples/PayPro/server.js index 2f88556cf..3d048072f 100755 --- a/examples/PayPro/server.js +++ b/examples/PayPro/server.js @@ -129,7 +129,7 @@ app.post('/-/request', function(req, res, next) { var outputs = []; - [2000, 1000].forEach(function(value) { + [2000, 1000, 10000].forEach(function(value) { var po = new PayPro(); po = po.makeOutput(); // number of satoshis to be paid