We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee7edd commit 9caac3dCopy full SHA for 9caac3d
ibc.token/src/ibc.token.cpp
@@ -469,7 +469,7 @@ namespace eosio {
469
trim( memo );
470
471
// --- get chain name and notes ---
472
- pos = memo.find_first_not_of("abcdefghijklmnopqrstuvwxyz");
+ pos = memo.find_first_not_of("abcdefghijklmnopqrstuvwxyz012345");
473
if ( pos == std::string::npos ){
474
info.peerchain = name( memo );
475
info.notes = "";
0 commit comments