Skip to content

Commit

Permalink
ifaces: use correct builder type
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWaWaR committed Dec 12, 2023
1 parent 723a558 commit 66802da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ pub struct OperationBuilder<Seal: ExposedSeal> {
global: GlobalState,
// rights: TinyOrdMap<AssignmentType, Confined<HashSet<BuilderSeal<Seal>>, 1, U8>>,
fungible:
TinyOrdMap<AssignmentType, Confined<HashMap<BuilderSeal<Seal>, RevealedValue>, 1, U8>>,
TinyOrdMap<AssignmentType, Confined<HashMap<BuilderSeal<Seal>, RevealedValue>, 1, U16>>,
data: TinyOrdMap<AssignmentType, Confined<HashMap<BuilderSeal<Seal>, RevealedData>, 1, U8>>,
// TODO: add attachments
// TODO: add valencies
Expand Down

0 comments on commit 66802da

Please sign in to comment.