Skip to content

Commit e46dc3e

Browse files
committed
fix: make ABIEvent sendable
1 parent 03faffd commit e46dc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swift/src/Contract/Statically Typed/ABIEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import Foundation
77

8-
public protocol ABIEvent {
8+
public protocol ABIEvent: Sendable {
99
static var name: String { get }
1010
static var types: [ABIType.Type] { get }
1111
static var typesIndexed: [Bool] { get }

0 commit comments

Comments
 (0)