From ee4ed4e5cf878cb1d58597ac5586f927c265c52d Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Tue, 14 Apr 2020 13:42:15 +0800 Subject: [PATCH] add comments for sample --- sample/src/scripts/test_hello_world.mvir | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sample/src/scripts/test_hello_world.mvir b/sample/src/scripts/test_hello_world.mvir index 6c5de1b..1ef6d16 100644 --- a/sample/src/scripts/test_hello_world.mvir +++ b/sample/src/scripts/test_hello_world.mvir @@ -1,4 +1,6 @@ -import 0xb987ba702b6d2433489d6af4e9c647df.HelloWorld; +// Note: This address should be assigned to the value of address in move.toml +// Make sure it starts with '0x'; +import 0xcf1fe4b268ee11f5eb2cfbd7279cd789.HelloWorld; main() { let x: HelloWorld.T;