Skip to content

Commit

Permalink
Update import name in keys.go
Browse files Browse the repository at this point in the history
The import name for the package "github.com/Hubmakerlabs/replicatr/pkg/ec" in keys.go was updated. This change has removed the preceding "btcec" alias for consistency and simplicity across the code.
  • Loading branch information
mleku committed Jan 11, 2024
1 parent 901092c commit 51cf94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nostr/nip19/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package nip19
import (
"fmt"

btcec "github.com/Hubmakerlabs/replicatr/pkg/ec"
"github.com/Hubmakerlabs/replicatr/pkg/ec"
"github.com/Hubmakerlabs/replicatr/pkg/hex"
log2 "github.com/Hubmakerlabs/replicatr/pkg/log"

Expand Down

0 comments on commit 51cf94d

Please sign in to comment.