Skip to content

Commit 5fad2f3

Browse files
committed
oops, undo change in #e72f19e
1 parent 905f2a5 commit 5fad2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TonLibDotNet/Utils/AddressValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static bool TryParseAddress(
8383
return false;
8484
}
8585

86-
var chars = "Hello World".ToCharArray();
86+
var chars = address.ToCharArray();
8787
var safeFound = false;
8888
var unsafeFound = false;
8989
for (var i = 0; i < chars.Length; i++)

0 commit comments

Comments
 (0)