File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,10 @@ options.gasPrice = .automatic
164
164
options.gasLimit = .automatic
165
165
let method = " transfer"
166
166
let tx = contract.write (
167
- method,
168
- parameters : [toAddress, amount] as [AnyObject ],
169
- extraData : Data (),
170
- transactionOptions : options)!
167
+ method,
168
+ parameters : [toAddress, amount] as [AnyObject ],
169
+ extraData : Data (),
170
+ transactionOptions : options)!
171
171
```
172
172
173
173
@@ -199,10 +199,10 @@ options.from = walletAddress
199
199
options.gasPrice = .automatic
200
200
options.gasLimit = .automatic
201
201
let tx = contract.write (
202
- contractMethod,
203
- parameters : parameters,
204
- extraData : extraData,
205
- transactionOptions : options)!
202
+ contractMethod,
203
+ parameters : parameters,
204
+ extraData : extraData,
205
+ transactionOptions : options)!
206
206
```
207
207
208
208
You can’t perform that action at this time.
0 commit comments