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() {
if err != nil {
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.
Finish editing this message first!
Please register or to comment