Skip to content

Commit

Permalink
fix: replace golang.org/x/exp/slices with std lib slices
Browse files Browse the repository at this point in the history
  • Loading branch information
meling committed Mar 10, 2024
1 parent c6ffc0a commit 6cfadb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/multi_signature.go → crypto/multisignature.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package crypto

import (
"slices"

"github.com/relab/hotstuff"
"golang.org/x/exp/slices"
)

// Signature is the individual component in MultiSignature
Expand Down

0 comments on commit 6cfadb2

Please sign in to comment.