File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -586,6 +586,8 @@ pub fn get_config_file_contents(sns_cli_init_config: SnsCliInitConfig) -> String
586
586
# An optional text that swap participants should confirm before they may
587
587
# participate in the swap. If the field is set, its value should be plain text
588
588
# with at least 1 and at most 1,000 characters.
589
+ #
590
+ # Example: "Please confirm that 2+2=4"
589
591
#"##
590
592
. to_string( ) ,
591
593
) ,
@@ -595,6 +597,8 @@ pub fn get_config_file_contents(sns_cli_init_config: SnsCliInitConfig) -> String
595
597
#
596
598
# An optional set of countries that should not participate in the swap. If the
597
599
# field is set, it must contain (upper case) ISO 3166-1 alpha-2 country codes.
600
+ #
601
+ # Example: ["CH", "FR"]
598
602
#"##
599
603
. to_string( ) ,
600
604
) ,
You can’t perform that action at this time.
0 commit comments