fixed importing presale wallet with encseed longer than 96 bytes (#1801)

This commit is contained in:
Marek Kotewicz
2016-08-02 14:57:57 +02:00
committed by Gav Wood
parent 93b4b15c15
commit 326a51a5c2
3 changed files with 51 additions and 7 deletions

View File

@@ -109,4 +109,3 @@ macro_rules! impl_hash {
impl_hash!(H128, 16);
impl_hash!(H160, 20);
impl_hash!(H256, 32);
impl_hash!(H768, 96);