Skip to content

Commit

Permalink
Update Utils/Sources/Utils/FixSizeBitstring.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Xiliang Chen <[email protected]>
  • Loading branch information
MacOMNI and xlc authored Aug 21, 2024
1 parent 462ecdb commit 77c0e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/Sources/Utils/FixSizeBitstring.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import ScaleCodec

// TODO: add tests
public struct FixSizeBitstring<T: ReadInt>: Hashable, Sendable {
public struct FixSizeBitstring<TByteLength: ReadInt>: Hashable, Sendable {
/// Byte storage for bits.
public private(set) var bytes: Data
public private(set) var length: Int
Expand Down

0 comments on commit 77c0e1f

Please sign in to comment.