Skip to content

Commit a7b1b94

Browse files
authored
Merge pull request #385 from argentlabs/fix/sendable-abi-event
fix: make ABIEvent sendable
2 parents 03faffd + e46dc3e commit a7b1b94

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)