calling self:call_module instead of self.org:call_module, this should fix process deletion issues
This commit is contained in:
@ -47,7 +47,7 @@ function tokenomics:initiate(result)
|
||||
self.org:delete_process(self.id)
|
||||
else
|
||||
if self.config.consent then
|
||||
self.org:call_module(
|
||||
self:call_module(
|
||||
"consent",
|
||||
self.initiator,
|
||||
{
|
||||
|
Reference in New Issue
Block a user