Skip to content

Commit a556b9d

Browse files
committed
remove unnecessary init
1 parent a893bf8 commit a556b9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/web3swift/Transaction/EnvelopeFactory.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import BigInt
99

1010
/// Utility class for creating transaction envelopes. Generally not used directly, but are used by EthereumTransaction
1111
public struct EnvelopeFactory {
12-
private init?() { return nil }
13-
1412
// Transaction factory function to create a new transaction with the correct internal envelope
1513
// from a raw transaction stream of bytes
1614
/// create a transaction envelope from a raw bytestream

0 commit comments

Comments
 (0)