gruut/TethysWallet-android

# BUG - type mismatch of timestamp

Closed this issue · 0 comments

Bug

Timestamp는 10진수 문자열입니다. 초단위 시간을 표현합니다.
하지만 Integer로 저장하고 데이터를 주고받고 있었습니다.

How to fix it

integer로 저장하던 부분을 모두 String으로 수정한 뒤, 필요에 따라 integer type converting을 합니다.