Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/monitoring/event/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func ExtractEvents(logs []string, programIDBase58 string) []string {
return output
}

// Decode extracts an event from the the encoded event given as a string.
// Decode extracts an event from the encoded event given as a string.
func Decode(base64Encoded string) (interface{}, error) {
buf, err := base64.StdEncoding.DecodeString(base64Encoded)
if err != nil {
Expand Down