Skip to content

Commit

Permalink
user the new member.Peer structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Nov 22, 2018
1 parent b2772c8 commit 7b0e88a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protocol/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"github.com/bbva/qed/balloon/history"
"github.com/bbva/qed/balloon/hyper"
"github.com/bbva/qed/balloon/visitor"
"github.com/bbva/qed/gossip/member"
"github.com/bbva/qed/hashing"
"github.com/bbva/qed/log"
"github.com/bbva/qed/util"
Expand Down Expand Up @@ -59,7 +60,7 @@ type SignedSnapshot struct {
type BatchSnapshots struct {
Snapshots []*SignedSnapshot
TTL int
From *Source
From *member.Peer
}

type Source struct {
Expand Down

0 comments on commit 7b0e88a

Please sign in to comment.