Skip to content

Commit

Permalink
BEP-64: fix typos (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
loselarry authored Apr 23, 2024
1 parent 9edceaf commit 01485ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BEPs/BEP64.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The scheme component ("bnb:") is case-insensitive, and implementations must acce

* asset: entire asset name, including the "-XXX" random suffix. For BNB, it will be just "BNB", or just don't provide this parameter to take BNB as default value.

* amount: how much of this asset will be transfered
* amount: how much of this asset will be transferred

* (others): optional, for future extensions

Expand Down Expand Up @@ -113,7 +113,7 @@ Also, very likely, what he will find are mostly technical specifications - not t
Variables which are prefixed with a req- are considered required. If a client does not implement any variables which are prefixed with req-, it MUST consider the entire URI invalid. Any other variables which are not implemented, but which are not prefixed with a req-, can be safely ignored.

## 6. Backward compatibility
Currently no URI like `bnb:` is adopted by any exising wallet, all clear here.
Currently no URI like `bnb:` is adopted by any existing wallet, all clear here.

## 7. Appendix

Expand Down

0 comments on commit 01485ff

Please sign in to comment.