Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build):
uint
is not defined on Windows platform (#4731)
Fix the Windows build by using `unsigned int` (instead of `uint`). The error, introduced by #4618, looks something like: rpc\impl\RPCHelpers.h(299,5): error C2061: syntax error: identifier 'uint' (compiling source file app\ledger\Ledger.cpp)
- Loading branch information