Sync develop with master #4
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue