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

Allow Checked<TX> and CheckedTransaction to work with Arc #831

Open
AurelienFT opened this issue Sep 19, 2024 · 1 comment
Open

Allow Checked<TX> and CheckedTransaction to work with Arc #831

AurelienFT opened this issue Sep 19, 2024 · 1 comment

Comments

@AurelienFT
Copy link
Contributor

This will prevent us from cloning when we want to pass from a Arc<Transaction> to a Checked<Tx>

@AurelienFT AurelienFT self-assigned this Oct 21, 2024
@AurelienFT
Copy link
Contributor Author

I don't know if this is possible given the fact that we mutate the object during IntoChecked :

fn into_checked_basic(

Removing assignation for now.

@AurelienFT AurelienFT removed their assignment Oct 22, 2024
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

No branches or pull requests

1 participant