Skip to content

Commit 4207de8

Browse files
fix: documentation update for func writeToChain
1 parent 34e312a commit 4207de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Operations/WriteOperation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Core
1111
public class WriteOperation: ReadOperation {
1212

1313
// FIXME: Rewrite this to CodableTransaction
14-
/// Sends raw transaction for write operation.
14+
/// Sends signed or unsigned transaction for write operation.
1515
/// - Parameters:
1616
/// - password: Password for the private key in the keystore manager attached to the provider
1717
/// you set to `web3` passed in the initializer.

0 commit comments

Comments
 (0)