From df698e9aa6578adb2b8a659ceb239f5b6793e291 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 20 Feb 2015 14:54:09 -0300 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1ee07b9b0..5aca2fdf4 100644 --- a/README.md +++ b/README.md @@ -181,10 +181,12 @@ Bitcore ------- Copay uses the Javascript library Bitcore for Bitcoin related functions. Bitcore should be built this way: + ``` var cmd = `node util/build_bitcore.js` cd node $cmd +``` Payment Protocol ---------------- @@ -194,8 +196,3 @@ 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. * Memos from the custormer to the server are not supported (i.e. there is no place to write messages to the server in the current UX) - - - - -```