From 750101a69b2d053e43cc50bd48a4779466c04821 Mon Sep 17 00:00:00 2001 From: Uwe Cerron Date: Thu, 3 Jul 2014 03:41:13 -0400 Subject: [PATCH 1/2] Updated README.md added project Decentral Bank. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ad3e1..0eba477 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,8 @@ console.log(tx.toHex()) - [Dark Wallet](https://darkwallet.unsystem.net) - [Dogechain Wallet](https://dogechain.info) - [GreenAddress](https://greenaddress.it) - +- [DecentralBank](https://decentralbank.com) + ## Contributors Stefan Thomas is the inventor and creator of this project. His pioneering work made Bitcoin web wallets possible. From faa128ce568dcbb656a5a0d458a15c4d530fded5 Mon Sep 17 00:00:00 2001 From: Uwe Cerron Date: Wed, 16 Jul 2014 00:36:58 -0400 Subject: [PATCH 2/2] updated url to http. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eba477..f7b1cb8 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ console.log(tx.toHex()) - [Dark Wallet](https://darkwallet.unsystem.net) - [Dogechain Wallet](https://dogechain.info) - [GreenAddress](https://greenaddress.it) -- [DecentralBank](https://decentralbank.com) +- [DecentralBank](http://decentralbank.com) ## Contributors