From 0e523368a972bf1264e19887ff9794a81ad54244 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 20 Nov 2017 09:06:14 +0800 Subject: [PATCH] readme updated --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2df5802..20fc56f 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ The key features of the Onion Monero Blockchain Explorer are: - estimate possible spendings based on address and viewkey, - can provide total amount of all miner fees. - decoding encrypted payment id. + - decoding outputs and proving txs sent to sub-address. ## Compilation on Ubuntu 16.04 @@ -99,9 +100,6 @@ git clone https://github.com/monero-project/monero cd monero/ -# checkout last monero version -git checkout -b last_release v0.11.1.0 - make ```