Remove outdated todo

This commit is contained in:
Alex Browne 2018-06-04 18:06:24 -07:00
parent 577a8dd005
commit ae1cf74dcd
No known key found for this signature in database
GPG Key ID: 7974B08A447ABE31

View File

@ -23,7 +23,3 @@ EXPOSE 8501
EXPOSE 30310 EXPOSE 30310
ENTRYPOINT ./run.sh ENTRYPOINT ./run.sh
# TODO(albrow): Send a single transaction to increment the block number from 0
# to 1. This seems to prevent bugs in the tests. (There's probably something
# Geth doesn't like about getting reset back to block 0).