Sync develop with master #4

Merged
RoshanSyed merged 144 commits from master into develop 2019-12-16 15:20:56 +00:00
Showing only changes of commit f5f19d2c37 - Show all commits

View file

@ -218,8 +218,8 @@ namespace fc {
struct range_proof_info struct range_proof_info
{ {
int exp; int64_t exp;
int mantissa; int64_t mantissa;
uint64_t min_value; uint64_t min_value;
uint64_t max_value; uint64_t max_value;
}; };