Skip to content
Snippets Groups Projects
Commit db0aae0b authored by Hans Moog's avatar Hans Moog
Browse files

Feat: tangle.TransactionStored gets triggered

parent 215fcaf6
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,8 @@ func processMetaTransaction(plugin *node.Plugin, metaTransaction *meta_transacti
}
func processTransaction(plugin *node.Plugin, transaction *value_transaction.ValueTransaction) {
Events.TransactionStored.Trigger(transaction)
transactionHash := transaction.GetHash()
// register tx as approver for trunk
......
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