Skip to content

Commit f93a1d1

Browse files
committed
refactor: forgot one
Signed-off-by: Rob Walworth <[email protected]>
1 parent 325a095 commit f93a1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Hiero/Client/NetworkSpecification.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ internal struct ConsensusNodeMap: Decodable, Sendable {
7373
///
7474
/// - Parameter decoder: The decoder to read data from
7575
/// - Throws: DecodingError if addresses cannot be parsed or account IDs are invalid
76-
init(from decoder: Decoder) throws {
76+
internal init(from decoder: Decoder) throws {
7777
let container = try decoder.singleValueContainer()
7878
let stringMap = try container.decode([String: String].self)
7979

0 commit comments

Comments
 (0)