metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
198 stars 112 forks source link

Fix unminted indices offset #450

Closed febo closed 1 year ago

febo commented 1 year ago

This PR fixes the display of unminted indices. The current code was using an incorrect offset. Additionally, the presentation of the indices was improves using the tabled crate.

image