Skip to content

Commit d4e6441

Browse files
Update README.md
1 parent 29a8f10 commit d4e6441

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,9 @@ transactionOptions: options)!
206206
```
207207

208208

209-
##### Write Transaction with your custom contract ABI
210-
### Requirement : Your custom contract ABI string
209+
#### Write Transaction with your custom contract ABI
210+
#### Requirement : Your custom contract ABI string
211211
```Code
212-
213212
let yourCoin = self.yourbalance.text ?? "0.0" //Get token for sending
214213
let userDir = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)[0] //get user directory for keystore
215214
if (FileManager.default.fileExists(atPath: userDir + "/keystore/key.json")) {

0 commit comments

Comments
 (0)