mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Code blows up without this. Vinnie, please double check.
This commit is contained in:
@@ -45,7 +45,7 @@ protected:
|
|||||||
void SetData(int nVersionIn, const unsigned char *pbegin, const unsigned char *pend);
|
void SetData(int nVersionIn, const unsigned char *pbegin, const unsigned char *pend);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
bool SetString(const char* psz, unsigned char version, const char* pAlphabet = 0);
|
bool SetString(const char* psz, unsigned char version, const char* pAlphabet = Base58::getCurrentAlphabet());
|
||||||
bool SetString(const std::string& str, unsigned char version);
|
bool SetString(const std::string& str, unsigned char version);
|
||||||
|
|
||||||
std::string ToString() const;
|
std::string ToString() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user