weishirongzhen / flutter_trust_wallet_core

MIT License
90 stars 32 forks source link

SOL Address check error: #56

Open weixuefeng opened 1 year ago

weixuefeng commented 1 year ago
var isValid = AnyAddress.isValid(
        "CTNkbaML8hRezT48UFSNeYWy3Vese4kn2on6RZE7mhyH",
        TWCoinType.TWCoinTypeSolana);
    print("isValid: $isValid");

it return false, but it should be true.

flutterdevcodiste commented 1 year ago

Hi @weixuefeng. Have you found any solution to this?

weixuefeng commented 1 year ago

not yet. maybe you can submit issue on wallet-core @flutterdevcodiste