Skip to content

Commit

Permalink
Fixing narrowing conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
gregzaitsev committed Jul 19, 2019
1 parent 3897ae7 commit e787ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/address.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class AddressUtils {
private:
static const char *const ALPHABET;
static const char ALPHABET_MAP[128];
static const int ALPHABET_MAP[128];
static int EncodeBase58(const unsigned char *bytes, int len, unsigned char result[]);
static int DecodeBase58(const unsigned char *str, int len, unsigned char *result);

Expand Down

0 comments on commit e787ebf

Please sign in to comment.