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

Bug: Handle multiple atoms per coin #3

Closed
casey opened this issue Dec 12, 2021 · 1 comment
Closed

Bug: Handle multiple atoms per coin #3

casey opened this issue Dec 12, 2021 · 1 comment

Comments

@casey
Copy link
Collaborator

casey commented Dec 12, 2021

My code assumes that there's at most one atom per coin, in particular:

let mut atoms: BTreeMap<OutPoint, u64> = BTreeMap::new();

It should be:

let mut atoms: BTreeMap<OutPoint, Vec<u64>> = BTreeMap::new();
@casey
Copy link
Collaborator Author

casey commented Jan 14, 2022

N/A

@casey casey closed this as completed Jan 14, 2022
@dannydeezy dannydeezy mentioned this issue Apr 5, 2023
FelixWeis added a commit to FelixWeis/ord that referenced this issue Apr 21, 2023
lateminer pushed a commit to lateminer/ord that referenced this issue Dec 12, 2023
Increase postage and adapt some inscription tests
yann-sjtu referenced this issue in okx/ord Dec 18, 2023
optimize brc-20 databases
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