Skip to content

Commit

Permalink
[move-tutorial] Fix "Coin" to be "BasicCoin"
Browse files Browse the repository at this point in the history
Closes: #10027
  • Loading branch information
Tim Zakian authored and bors-libra committed Dec 16, 2021
1 parent b7a413f commit 092e269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module 0xCAFE::Coin {
module 0xCAFE::BasicCoin {
struct Coin has key {
value: u64,
}
Expand Down

0 comments on commit 092e269

Please sign in to comment.