Skip to content

Commit 4cd0144

Browse files
author
Denis Gudim
committed
upgrade(raft): restored source etcd package structure
1 parent 9bf2be1 commit 4cd0144

File tree

13 files changed

+2
-2
lines changed

13 files changed

+2
-2
lines changed

raft/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package raft
22

3-
import "github.com/ethereum/go-ethereum/raft/etcd"
3+
import etcd "github.com/ethereum/go-ethereum/raft/etcd/raft"
44

55
const (
66
//protocolName = "raft"
File renamed without changes.

0 commit comments

Comments
 (0)