calling self:call_module instead of self.org:call_module, this should fix process deletion issues
This commit is contained in:
@ -28,7 +28,7 @@ function create_token:initiate(result)
|
||||
"Token name (alpha-numeric, no spaces):",
|
||||
function(input)
|
||||
self.config.token_name = input
|
||||
self.org:call_module(
|
||||
self:call_module(
|
||||
"tokenomics",
|
||||
self.initiator,
|
||||
{
|
||||
|
Reference in New Issue
Block a user