plugeth/xeth
Jeffrey Wilcke b9359981f4 xeth: fixed nil pointer of filter retrieval
This fix addresses an issue with filters that were (possibly) not yet
added to the filter queues but were expected. I've added additional nil
checks making sure it doesn't crash and swapped the installation of the
filter around so it's installed before use.

Closes #1665
2015-09-25 13:56:53 +02:00
..
frontend.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state.go core, eth, trie, xeth: merged state, chain, extra databases in one 2015-08-07 22:29:02 +02:00
types.go Add tests for uncle timestamps and refactor timestamp type 2015-08-25 04:46:11 +02:00
whisper_filter.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper_message.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
xeth_test.go xeth: added address hex check and length check 2015-08-07 09:52:12 +02:00
xeth.go xeth: fixed nil pointer of filter retrieval 2015-09-25 13:56:53 +02:00