Skip to content

Commit 9caac3d

Browse files
committed
update
1 parent 3ee7edd commit 9caac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibc.token/src/ibc.token.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ namespace eosio {
469469
trim( memo );
470470

471471
// --- get chain name and notes ---
472-
pos = memo.find_first_not_of("abcdefghijklmnopqrstuvwxyz");
472+
pos = memo.find_first_not_of("abcdefghijklmnopqrstuvwxyz012345");
473473
if ( pos == std::string::npos ){
474474
info.peerchain = name( memo );
475475
info.notes = "";

0 commit comments

Comments
 (0)