Skip to content

Commit

Permalink
notary addnode
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov committed Feb 4, 2025
1 parent 62926e4 commit 5f86e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/morph/event/netmap/add_peer_notary.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func ParseAddNodeNotary(ne event.NotaryEvent) (event.Event, error) {
if err != nil {
return nil, err
}
ev.notaryRequest = ne.Raw()

return ev, nil

Check warning on line 127 in pkg/morph/event/netmap/add_peer_notary.go

View check run for this annotation

Codecov / codecov/patch

pkg/morph/event/netmap/add_peer_notary.go#L117-L127

Added lines #L117 - L127 were not covered by tests
}

0 comments on commit 5f86e6e

Please sign in to comment.