Skip to content

Commit

Permalink
chore: missing space added
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu authored Nov 26, 2023
1 parent 9dc9713 commit 62addff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/web3swift/Web3/Web3+Contract.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ extension Web3 {
return .init(transaction: transaction, web3: web3, contract: contract, method: method)
}

/// Combines `createReadOperation`& `callContractMethod`
/// Combines `createReadOperation` & `callContractMethod`
@discardableResult
public func callStatic(_ method: String, parameters: [Any]) async throws -> [String: Any] {
try await contract.callStatic(method, parameters: parameters, provider: web3.provider)
Expand Down

0 comments on commit 62addff

Please sign in to comment.