From 3f2781e4f5ed7e4d751bb9ad8b9e6c564b6064b0 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sat, 7 May 2016 18:04:03 +0800 Subject: [PATCH] mempool added to search --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 60a41b9..9cc7f07 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ track users activates through google analytics, are not open sourced, and are no - made fully in C++ allowing for seamless integration with Monero - does not use RPC calls, except to get mempool data, which improves its performance and enables to fetch more information from the blockchain + - index page lists recent transactions in the blockchain and in the memory pool, + rather than only recent blocks, allowing for fast overview of recent activity in Monero +