Merge pull request #3 from oxarbitrage/patch-1
struct range_proof_info change int to int64_t
This commit is contained in:
commit
f5f19d2c37
1 changed files with 2 additions and 2 deletions
|
|
@ -218,8 +218,8 @@ namespace fc {
|
|||
|
||||
struct range_proof_info
|
||||
{
|
||||
int exp;
|
||||
int mantissa;
|
||||
int64_t exp;
|
||||
int64_t mantissa;
|
||||
uint64_t min_value;
|
||||
uint64_t max_value;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue