Skip to content

Commit f88da04

Browse files
committed
fix typo
1 parent bea2221 commit f88da04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrate/exchange/accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function convertEthAddressToBech32Address(
8080
'aura1cxa3axrm9qz22ctk0yppuh90x38afqc7enzckj'
8181
```
8282

83-
**Important notes:** An account created by a EVM wallet (such as Metamask, Rabby, etc.) is **cannot** be used to sign Cosmos transactions. The same goes for Cosmos wallets, which **cannot** sign EVM transactions. Therefore, an ERC20 token should only be sent to an account created by an EVM wallet, and vice versa.
83+
**Important notes:** An account created by a EVM wallet (such as Metamask, Rabby, etc.) **cannot** be used to sign Cosmos transactions. The same goes for Cosmos wallets, which **cannot** sign EVM transactions. Therefore, an ERC20 token should only be sent to an account created by an EVM wallet, and vice versa.
8484

8585
### Account transaction history
8686
Account history can be accessed with the LCD. To do so, you must specify the event condition you wish to query. It's based on Tendermint

0 commit comments

Comments
 (0)