Skip to content

Commit 7460ff1

Browse files
committed
Fix typo in Usage
1 parent 358d2a2 commit 7460ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ if wallet.isHD {
170170
```swift
171171
let password = "web3swift"
172172
let ethereumAddress = EthereumAddress(wallet.address)!
173-
let pkData = try! keysoreManager.UNSAFE_getPrivateKeyData(password: password, account: ethereumAddress).toHexString()
173+
let pkData = try! keystoreManager.UNSAFE_getPrivateKeyData(password: password, account: ethereumAddress).toHexString()
174174
```
175175

176176
## Ethereum Endpoints interaction

0 commit comments

Comments
 (0)