You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Seed.decodedSeed() uses SeedCodec, nothing in the encoding of Seeds uses SeedCodec, but instead delegates directly to AddressBase58.encode (see like 160 of Seed.java).
We should explore whether there is any duplication of code/effort here.