diff options
Diffstat (limited to 'dashboard/dashboard.go')
-rw-r--r-- | dashboard/dashboard.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dashboard/dashboard.go b/dashboard/dashboard.go index b26277d..7a75e9c 100644 --- a/dashboard/dashboard.go +++ b/dashboard/dashboard.go @@ -7,7 +7,6 @@ import ( "encoding/json" "kesim.org/seal" - "kesim.org/seal/nizk" ) type Dashboard interface { @@ -27,7 +26,7 @@ type SignedMessage struct { } type SignedCommitment struct { - *nizk.Commitment + *seal.Commitment Signature []byte } |