-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add new extrinsics #6
base: master
Are you sure you want to change the base?
Conversation
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.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
static const char* STR_IT_deposit_backer = "Deposit backer"; | ||
static const char* STR_IT_ethereum_address = "Ethereum address"; | ||
static const char* STR_IT_recipients = "Recipients"; | ||
static const char* STR_IT_config = "Config"; |
Check notice
Code scanning / CodeQL
Unused static variable
|
||
// Methods names | ||
static const char* STR_ME_TRANSFER = "Transfer"; | ||
static const char* STR_ME_FORCE_TRANSFER = "Force transfer"; | ||
static const char* STR_ME_TRANSFER_ALLOW_DEATH = "Transfer allow death"; | ||
static const char* STR_ME_TRANSFER_KEEP_ALIVE = "Transfer keep alive"; | ||
static const char* STR_ME_TRANSFER_ALL = "Transfer all"; | ||
static const char* STR_ME_FORCE_UNRESERVE = "Force unreserve"; | ||
static const char* STR_ME_UPGRADE_ACCOUNTS = "Upgrade accounts"; |
Check notice
Code scanning / CodeQL
Unused static variable
|
||
// Methods names | ||
static const char* STR_ME_TRANSFER = "Transfer"; | ||
static const char* STR_ME_FORCE_TRANSFER = "Force transfer"; | ||
static const char* STR_ME_TRANSFER_ALLOW_DEATH = "Transfer allow death"; | ||
static const char* STR_ME_TRANSFER_KEEP_ALIVE = "Transfer keep alive"; | ||
static const char* STR_ME_TRANSFER_ALL = "Transfer all"; | ||
static const char* STR_ME_FORCE_UNRESERVE = "Force unreserve"; |
Check notice
Code scanning / CodeQL
Unused static variable
No description provided.