struct range_proof_info change int to int64_t
https://github.com/bitshares/bitshares-core/issues/160
This commit is contained in:
parent
0d0b485f3a
commit
25d7b3055f
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