Updated on 2026-08-14

This commit is contained in:
Tangem 2019-08-15 10:49:32 +00:00
commit f1186e15bd
14 changed files with 581 additions and 476 deletions

View file

@ -329,8 +329,8 @@ public class EosEngine extends CoinEngine {
// return address;
// byte[] csum = Ripemd160.from(pkCompressed).bytes();
// csum = Raw.copy(csum, 0, 4);
// byte[] addy = Raw.concat(pkCompressed, csum);
// csum = script.copy(csum, 0, 4);
// byte[] addy = script.concat(pkCompressed, csum);
// StringBuffer bf = new StringBuffer("EOS");
// bf.append(Base58.encode(addy));
// return bf.toString() + " " + address;