backend icon indicating copy to clipboard operation
backend copied to clipboard

ExtraData returned undecoded by api/v1/transaction-info on node.deso.org (ok on bitclout.com)

Open starykolarz opened this issue 2 years ago • 1 comments

Maybe same case as previously in #291 ?

Input same for both nodes:

{ "TransactionIDBase58Check": "3JuETwis9NameGLeEDKhqmo1wu5TsJnhWWPCHr95upor1zHn75d9Xo", "PublicKeyBase58Check":"", "Limit": 10, "LastPublicKeyTransactionIndex": 0, "IsMempool": false, "IDsOnly":false }

Output on node.deso.org (just the ExtraData field):

  "ExtraData": {"BuyNowPriceNanos": "\u0000"}

on bitclout.com:

  "ExtraData": {"BuyNowPriceNanos": "00"}

starykolarz avatar May 08 '22 14:05 starykolarz