Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accounts: fix compilation issue for i386 systems
Apparently the %d formatting directive implicitly uses `int` as its data type, which on i386 systems is int32. So the value math.MaxInt64 overflows that value, which causes the compilation to fail.
- Loading branch information