Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Change DFI ticker to XFI (#169, DFI-599)
* Change DFI ticker to XFI * Update access vector tests.
- Loading branch information
Showing
5 changed files
with
80 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
address 0x1 { | ||
|
||
/// DFI Coin. The one and only. | ||
/// XFI Coin. The one and only. | ||
/// Put into separate module to highlight its importance and role in Dfinance | ||
/// ecosystem. Also moved not to be mistaken for peg-zone coin. Same-naming | ||
/// attack from peg-zone is impossible when DFI coin moved outside of Coins module | ||
module DFI { | ||
/// attack from peg-zone is impossible when XFI coin moved outside of Coins module | ||
module XFI { | ||
struct T {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters