refactor PayPro at Wallet. Fetch working
This commit is contained in:
parent
ae94139236
commit
efb5b28c50
3 changed files with 246 additions and 465 deletions
12
README.md
12
README.md
|
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue