Skip to content

Commit

Permalink
Merge pull request themuseblockchain#3 from oxarbitrage/patch-1
Browse files Browse the repository at this point in the history
struct range_proof_info change int to int64_t
  • Loading branch information
vikramrajkumar authored Mar 18, 2017
2 parents 0d0b485 + 25d7b30 commit f5f19d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fc/crypto/elliptic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit f5f19d2

Please sign in to comment.