diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-05-14 09:39:07 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-05-14 10:05:49 +0800 |
commit | b24f16fa532483e0714700d687f134fb373f2487 (patch) | |
tree | 2e052986e8d9696d890c9186d494ecfb1157d558 /Godeps/Godeps.json | |
parent | f7fdb4dfbe1a0851b6fb2970b0a6b11fd31273d6 (diff) | |
download | go-tangerine-b24f16fa532483e0714700d687f134fb373f2487.tar.gz go-tangerine-b24f16fa532483e0714700d687f134fb373f2487.tar.zst go-tangerine-b24f16fa532483e0714700d687f134fb373f2487.zip |
Make read of ethash hashrate atomic and update ethash godep
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index d64fd157a..0a7f0110a 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -17,8 +17,8 @@ }, { "ImportPath": "github.com/ethereum/ethash", - "Comment": "v23.1-204-g0401fdf", - "Rev": "0401fdf56a3bc8679f9560e542c3d1cf83020efe" + "Comment": "v23.1-206-gf0e6321", + "Rev": "f0e63218b721dc2f696920a92d5de1f6364e9bf7" }, { "ImportPath": "github.com/howeyc/fsnotify", |