diff options
author | johnliu-dexon <42129254+johnliu-dexon@users.noreply.github.com> | 2019-01-17 16:37:15 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 5d8993b8c01668589713e30d4431f404339cacf4 (patch) | |
tree | 72049a84051aef4c79293e1f29deb70a0350d0b3 /dex/app.go | |
parent | 829434eaaaa43973438affbbe3c4cf22d7bfb334 (diff) | |
download | dexon-5d8993b8c01668589713e30d4431f404339cacf4.tar dexon-5d8993b8c01668589713e30d4431f404339cacf4.tar.gz dexon-5d8993b8c01668589713e30d4431f404339cacf4.tar.bz2 dexon-5d8993b8c01668589713e30d4431f404339cacf4.tar.lz dexon-5d8993b8c01668589713e30d4431f404339cacf4.tar.xz dexon-5d8993b8c01668589713e30d4431f404339cacf4.tar.zst dexon-5d8993b8c01668589713e30d4431f404339cacf4.zip |
common: fix big scan from bytes (#157)
We store string of number, not bytes value into database
10 is stored as 0x3130, not 0x0a
Use UnmarshalText instead of SetBytes
Diffstat (limited to 'dex/app.go')
0 files changed, 0 insertions, 0 deletions