Skip to content
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

Refactor/organise src folder #46

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

aagbotemi
Copy link

I organised the src folder with proper modules and lib.rs file

Copy link

@goebb goebb left a comment

Choose a reason for hiding this comment

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

why the select_coin function is duplicated in lib.rs and selectcoin.rs?

@aagbotemi aagbotemi requested a review from goebb September 7, 2024 20:17
@aagbotemi
Copy link
Author

please review again

@aagbotemi aagbotemi mentioned this pull request Sep 7, 2024
@NeoZ666
Copy link
Contributor

NeoZ666 commented Sep 30, 2024

Kindly pull and just add the bnb as well

@aagbotemi
Copy link
Author

add the bnb

I've added the bnb

@@ -0,0 +1,135 @@
use crate::algorithms::bnb::select_coin_bnb;
Copy link
Contributor

Choose a reason for hiding this comment

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

BNB can be added into the existing use crate statement.

Copy link
Author

@aagbotemi aagbotemi Oct 5, 2024

Choose a reason for hiding this comment

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

please check again @jkciw

@delcin-raj
Copy link
Collaborator

Looks good to me, think we can merge during the sync call today

@aagbotemi
Copy link
Author

pr has been updated for removal of is segwit field @delcin-raj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants