Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lnwallet: fix constant overflow build issue on 32-bit systems
This commit fixes a build issue that appears when attempting to cross-compile binaries to a 32-bit system from a 64-bit system. The issue was that the defined max-state hint overflows a 32-bit integer. To fix this issue, we now proeprly specify a type of a uint64 for the typed constant.
- Loading branch information