-
Notifications
You must be signed in to change notification settings - Fork 43
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
Modifier injector #1097
base: develop
Are you sure you want to change the base?
Modifier injector #1097
Conversation
0244853
to
5a973c1
Compare
if err = s.injectModifier(batchCall.Namespace, rBinding.GetGenericName(), &mod2); err != nil { | ||
return nil, err | ||
} | ||
} |
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.
param should be removed before we get to GetAddress below or a bad PDA will be calculated
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.
Probably reflection is easiest here?
|
Description
Requires Dependencies
Resolves Dependencies