Skip to content

Commit

Permalink
fix signatures typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VargSupercolony committed Jul 1, 2021
1 parent 4f69b94 commit 6d2b148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSPs/psp-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A standard interface for Ink! tokens.
This proposal aims to define the standard token in ink! smart contracts, just like [EIP-20](https://github.com/ethereum/EIPs/edit/master/EIPS/eip-20.md) for Ethereum ecosystem.

## Importance
Currently, while there is no standard, every contract will have different signatures. Thus, no interoperability is possible. This proposal aims to resolve that by having one **trait**(interface) that shares the
Currently, while there is no standard, every contract will have different signature. Thus, no interoperability is possible. This proposal aims to resolve that by having one **trait**(interface) that shares the
same **trait naming** between all implementations, as naming of trait affects the identifiers of functions in this trait.

## Implementation
Expand Down

0 comments on commit 6d2b148

Please sign in to comment.