aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/util.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-24 02:25:50 +0800
committerobscuren <geffobscura@gmail.com>2015-02-24 02:25:50 +0800
commit747647e02a310e75ea1ada335ff99963972ca138 (patch)
tree52a7d2d8d2f36f9c3cd0eacefeeb5c5203a65618 /rpc/util.go
parent0b57bad2de08f382c1b36045db4c66b84d207d3b (diff)
parentb2a225a52e45315f3ec90e11707fefa6059d13f5 (diff)
downloaddexon-747647e02a310e75ea1ada335ff99963972ca138.tar
dexon-747647e02a310e75ea1ada335ff99963972ca138.tar.gz
dexon-747647e02a310e75ea1ada335ff99963972ca138.tar.bz2
dexon-747647e02a310e75ea1ada335ff99963972ca138.tar.lz
dexon-747647e02a310e75ea1ada335ff99963972ca138.tar.xz
dexon-747647e02a310e75ea1ada335ff99963972ca138.tar.zst
dexon-747647e02a310e75ea1ada335ff99963972ca138.zip
Merge branch 'master' into develop
Diffstat (limited to 'rpc/util.go')
-rw-r--r--rpc/util.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/util.go b/rpc/util.go
index 1939b3474..00a418783 100644
--- a/rpc/util.go
+++ b/rpc/util.go
@@ -108,6 +108,7 @@ func toLogs(logs state.Logs) (ls []Log) {
type whisperFilter struct {
messages []xeth.WhisperMessage
timeout time.Time
+ id int
}
func (w *whisperFilter) add(msgs ...xeth.WhisperMessage) {
@@ -123,6 +124,7 @@ func (w *whisperFilter) get() []xeth.WhisperMessage {
type logFilter struct {
logs state.Logs
timeout time.Time
+ id int
}
func (l *logFilter) add(logs ...state.Log) {