Merge pull request #211 from hermeznetwork/feature/update-general

Feature/update general
This commit is contained in:
arnau
2020-10-21 13:06:09 +02:00
committed by GitHub
13 changed files with 412 additions and 17 deletions

View File

@@ -115,6 +115,11 @@ func TestMain(m *testing.M) {
if err != nil {
panic(err)
}
defer func() {
if err := os.RemoveAll(dir); err != nil {
panic(err)
}
}()
ks = keystore.NewKeyStore(dir, keystore.LightScryptN, keystore.LightScryptP)
// Load ethereum accounts from private keys