You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include/bitcoin.hpp:114:33: error: conversion to ‘size_t {aka unsigned int}’ from ‘long long unsigned int’ may alter its value [-Werror=conversion]
This is a bit harder without a cast... I suspect I will need to throw if size_t isn't enough for the variable integer. (although this is never likely to be an actual problem... 2**32 transactions is quite a lot!)
Ref #16 (comment)
The text was updated successfully, but these errors were encountered: