Skip to content

Commit

Permalink
Merge pull request #18 from nitronit/entangle-threshold-signer
Browse files Browse the repository at this point in the history
Entangle threshold signer
  • Loading branch information
nitronit authored Aug 22, 2022
2 parents 921743b + e5e8660 commit a569fec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 71 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ priv_validator_key.json
dist
utils
out
codeql-analysis.yml
2 changes: 1 addition & 1 deletion signer/local_cosigner.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package signer

import (
"crypto/rsa"
"time"
"sync"
"time"
)

type CosignerPeer struct {
Expand Down

0 comments on commit a569fec

Please sign in to comment.