mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
fix: drop duplicated luxfi/keys import (sed left 2 identical lines)
This commit is contained in:
@@ -20,7 +20,6 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/luxfi/keys"
|
||||
"github.com/luxfi/keys"
|
||||
)
|
||||
|
||||
type ValidatorBackup struct {
|
||||
|
||||
@@ -9,7 +9,6 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/luxfi/keys"
|
||||
"github.com/luxfi/keys"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user