refactor PayPro at Wallet. Fetch working

This commit is contained in:
Matias Alejo Garcia 2014-11-22 19:17:35 -03:00
commit efb5b28c50
3 changed files with 246 additions and 465 deletions

View file

@ -196,4 +196,16 @@ Copay uses the Javascript library Bitcore for Bitcoin related functions. Bitcore
var cmd = `node util/build_bitcore.js`
cd <BITCORE_HOME>
node $cmd
Payment Protocol
----------------
Copay support BIP70 (Payment Protocol), with the following current limitations:
* Only one output is allowed. Payment requests is more that one output are not supported.
* Only standard Pay-to-pubkeyhash and Pay-to-scripthash scripts are supported (on payment requests). Other script types will cause the entire payment request to be rejected.
```