diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-03-25 02:14:20 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-03-25 02:14:20 +0800 |
commit | a33a325ac1eae636215aa8fda45e24b79a98b97a (patch) | |
tree | 57d737513883c5b72a35120bd9e3f733fcf03db1 /Godeps/Godeps.json | |
parent | c38a3b4cc7b7dc62c7fca9cd46a880b036462a27 (diff) | |
parent | b0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1 (diff) | |
download | go-tangerine-a33a325ac1eae636215aa8fda45e24b79a98b97a.tar go-tangerine-a33a325ac1eae636215aa8fda45e24b79a98b97a.tar.gz go-tangerine-a33a325ac1eae636215aa8fda45e24b79a98b97a.tar.bz2 go-tangerine-a33a325ac1eae636215aa8fda45e24b79a98b97a.tar.lz go-tangerine-a33a325ac1eae636215aa8fda45e24b79a98b97a.tar.xz go-tangerine-a33a325ac1eae636215aa8fda45e24b79a98b97a.tar.zst go-tangerine-a33a325ac1eae636215aa8fda45e24b79a98b97a.zip |
Merge pull request #559 from Gustav-Simonsson/blocktests_update_ethash
Update ethash lib
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 ef013c75f..9fd0f2329 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -22,8 +22,8 @@ }, { "ImportPath": "github.com/ethereum/ethash", - "Comment": "v23.1-26-g934bb4f", - "Rev": "934bb4f5060ab69d96fb6eba4b9a57facc4e160b" + "Comment": "v23-16-g7ec1d23", + "Rev": "7ec1d23bece027001acc81e791911c65db9d8ae9" }, { "ImportPath": "github.com/ethereum/serpent-go", |