Skip to content

Commit

Permalink
upgrade(raft): restored source etcd package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Gudim committed Jan 2, 2023
1 parent 9bf2be1 commit 4cd0144
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raft/constants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package raft

import "github.com/ethereum/go-ethereum/raft/etcd"
import etcd "github.com/ethereum/go-ethereum/raft/etcd/raft"

const (
//protocolName = "raft"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion raft/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/coreos/etcd/snap"
"github.com/coreos/etcd/wal"
mapset "github.com/deckarep/golang-set"
"github.com/ethereum/go-ethereum/raft/etcd"
etcd "github.com/ethereum/go-ethereum/raft/etcd/raft"
"github.com/syndtr/goleveldb/leveldb"

"github.com/ethereum/go-ethereum/core"
Expand Down

0 comments on commit 4cd0144

Please sign in to comment.