Skip to content

Constructors #29

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

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Constructors #29

merged 4 commits into from
Jan 13, 2025

Conversation

mootz12
Copy link
Contributor

@mootz12 mootz12 commented Jan 9, 2025

No description provided.

Comment on lines 464 to 471
std::println!("1");
storage::set_admin(&e, &bombadil);
std::println!("2");
storage::set_pool_config(&e, &pool_config);
std::println!("3");

execute_set_pool_status(&e, 4);
std::println!("4");
Copy link
Contributor

Choose a reason for hiding this comment

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

logs

}
(contract_id.clone(), BackstopClient::new(e, &contract_id))
std::println!("Backstop contract_id: {:?}", contract_id);
Copy link
Contributor

Choose a reason for hiding this comment

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

log

@mootz12 mootz12 merged commit ee643b9 into main Jan 13, 2025
3 checks passed
@mootz12 mootz12 deleted the constructors branch January 13, 2025 18:14
@mootz12 mootz12 linked an issue Jan 13, 2025 that may be closed by this pull request
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.

Use constructors
2 participants