From 18e6d266c1ac31bb17a5f2816167ea2d4b01ad64 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 4 Jan 2017 14:07:08 -0800 Subject: Add descriptive comment --- app/scripts/lib/eth-store.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/scripts/lib/eth-store.js b/app/scripts/lib/eth-store.js index 0ed7ef545..cca6f7d5d 100644 --- a/app/scripts/lib/eth-store.js +++ b/app/scripts/lib/eth-store.js @@ -1,3 +1,12 @@ +/* Ethereum Store + * + * This module is responsible for tracking any number of accounts + * and caching their current balances & transaction counts. + * + * It also tracks transaction hashes, and checks their inclusion status + * on each new block. + */ + const EventEmitter = require('events').EventEmitter const inherits = require('util').inherits const async = require('async') -- cgit v1.2.3