Skip to content

Commit

Permalink
Update gen.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jik18001 committed Nov 9, 2023
1 parent 8e6619e commit 83c7eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gossiper/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func (ctx *GossiperContext) Remove_Payload(g definition.Gossip_object) definitio

func (ctx *GossiperContext) ReconstructPayload(g definition.Gossip_object) definition.Gossip_object {
gid := g.GetID()
gid.Type = definition.REV_INIT
ctx.Gossip_object_storage.REV_PAYLOAD_LOCK.RLock()
var tbfpayload [3]string
tbfpayload = ctx.Gossip_object_storage.REV_PAYLOAD[gid]
Expand Down

0 comments on commit 83c7eec

Please sign in to comment.