Closed rac-sri closed 3 months ago
The avail sends receive an extrinsic event, which is a date string. Parse int was causing troubles hence. In case of ethereum sends its in timestamp so parse int works fine
So no need to change #L473 as well, right?
yes, that value is received in timestamp only. So it works fine.
The avail sends receive an extrinsic event, which is a date string. Parse int was causing troubles hence. In case of ethereum sends its in timestamp so parse int works fine