Skip to content

Commit

Permalink
Remove metadata from BatchSnapshots as it is now in gossip.Message
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Apr 10, 2019
1 parent 4810039 commit 542d9f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protocol/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"github.com/bbva/qed/balloon"
"github.com/bbva/qed/balloon/history"
"github.com/bbva/qed/balloon/hyper"
"github.com/bbva/qed/gossip/member"
"github.com/bbva/qed/hashing"
"github.com/bbva/qed/util"
)
Expand Down Expand Up @@ -72,8 +71,6 @@ func (b *SignedSnapshot) Decode(msg []byte) error {

type BatchSnapshots struct {
Snapshots []*SignedSnapshot
TTL int
From *member.Peer
}

type Source struct {
Expand Down

0 comments on commit 542d9f0

Please sign in to comment.