Skip to content

Commit

Permalink
chore: fixed coders
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Dec 9, 2024
1 parent b0aae46 commit aec848a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/transactions/src/coders/coders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ export const coders = {
u8: AbiEncoding.utils.pad(base.u8, WORD_SIZE),
u16: AbiEncoding.utils.pad(base.u16, WORD_SIZE),
u32: AbiEncoding.utils.pad(base.u32, WORD_SIZE),
u64: AbiEncoding.utils.pad(base.u64, WORD_SIZE),
};

0 comments on commit aec848a

Please sign in to comment.