Skip to content
Snippets Groups Projects
Commit 304cdbfd authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed the e2e notation status stringer

parent 274a0879
Branches
Tags
No related merge requests found
......@@ -36,9 +36,11 @@ func (c Negotiation) String() string {
return "Sent"
case Confirmed:
return "Confirmed"
case NewSessionTriggered:
return "NewSessionTriggered"
case NewSessionCreated:
return "NewSessionCreated"
default:
return fmt.Sprintf("Unknown Negotiation %v", uint8(c))
}
}
\ No newline at end of file
type exchangeType uint8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment