Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
pss: removed comented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kortatu committed Aug 30, 2019
1 parent 7f59a8f commit e4cdd58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pss/notify/notify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ func newServices(allowRaw bool) adapters.Services {
if err != nil {
return nil, err
}
//psses[common.ToHex(cryptoUtils.FromECDSAPub(&privkey.PublicKey))] = ps
psses[hexutil.Encode(crypto.FromECDSAPub(&privkey.PublicKey))] = ps
return ps, nil
},
Expand Down

0 comments on commit e4cdd58

Please sign in to comment.