Skip to content
Snippets Groups Projects
Commit 3bc0b4c6 authored by capossele's avatar capossele
Browse files

:bug: fixes drng plugin

parent 65ff8beb
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ func configureEvents() { ...@@ -34,7 +34,7 @@ func configureEvents() {
if err != nil { if err != nil {
return return
} }
Instance.Dispatch(parsedPayload.SubType(), transaction) Instance.Dispatch(transaction.IssuerPublicKey(), transaction.IssuingTime(), parsedPayload)
}) })
})) }))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment