Skip to content

Commit

Permalink
Update packages/web3-utils/src/serializers/bignum.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Senji888 <44082144+Ben-Rey@users.noreply.github.com>
  • Loading branch information
peterjah and Ben-Rey authored Oct 20, 2023
1 parent 2ee1ca2 commit 4de1044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-utils/src/serializers/bignum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function bytesToU128(arr: Uint8Array, offset = 0): bigint {
}

/**
* Converts an unsigned 128-bit integer (u128) BigInt into a Uint8Array.
* Converts a signed 128-bit integer (i128) BigInt into a Uint8Array.
*
* @param val - The BigInt to convert
*
Expand Down

0 comments on commit 4de1044

Please sign in to comment.