Skip to content

Commit

Permalink
build fix(11)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Aug 8, 2024
1 parent eb2b555 commit f9e1e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/api/base/api_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace beam::wallet

// This is for jscript compatibility
// Number.MAX_SAFE_INTEGER
static inline const auto kMaxAllowedInt = MultiWord::From(9'007'199'254'740'991U);
static inline const auto kMaxAllowedInt = MultiWord::From(9'007'199'254'740'991ULL);

// user api key and read/write access
ApiBase(IWalletApiHandler& handler, const ApiInitData& initData);
Expand Down

0 comments on commit f9e1e5f

Please sign in to comment.