util/parse: Use BigUint for encode_base10().

This commit is contained in:
parazyd
2021-10-22 16:45:13 +02:00
parent 0817c97754
commit c6a9d644d1
6 changed files with 18 additions and 6 deletions

View File

@@ -8,10 +8,11 @@ DLTOOL = wget -nv --show-progress -O-
#DLTOOL = curl
# Here it's possible to append "cashierd" and "gatewayd".
BINS = drk darkfid
BINS = eth drk darkfid cashierd gatewayd
# Dependencies which should force the binaries to be rebuilt
BINDEPS = \
Cargo.toml \
$(shell find src -type f) \
$(shell find token -type f) \
$(shell find sql -type f)