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 ```