Browse Source

Merge pull request #481 from chjj/paypro_server_outputs

paypro: example - add another higher output to the server outputs.
patch-2
Manuel Aráoz 11 years ago
parent
commit
d9ffe75dc5
  1. 2
      examples/PayPro/server.js

2
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

Loading…
Cancel
Save