-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inner transactions in operations index #298
Conversation
@@ -56,6 +56,7 @@ type ArgElasticProcessor struct { | |||
DBClient DatabaseClientHandler | |||
LogsAndEventsProc DBLogsAndEventsHandler | |||
OperationsProc OperationsHandler | |||
InnerTxsHandler InnerTxsHandler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing nil check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the check for nil is the check.go
file and it's done on line 82.
"version": 0 | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing new line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
mx-chain-core-go
: Extra field in FeeInfo structure mx-chain-core-go#330