Skip to content

Conversation

@teadetime
Copy link
Owner

No description provided.

@teadetime teadetime requested a review from eito-fis April 24, 2022 16:50
Copy link
Collaborator

@eito-fis eito-fis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! The concurrency portion w/ the runtime seems solid, and I see no issues with the queue. Only left a few small comments. Also, might be worth cleaning up the comment code in runtime and shell

pthread_mutex_t wallet_pool_lock;
pthread_mutex_t key_pool_lock;
pthread_mutex_t mempool_lock;
int *miner_update;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to malloc this int?

}

int shell_help(char **args) {
int shell_help(Globals *globals, char **args) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should (void)globals if unused

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants