From 70ffcb7a5055c33989a2b604304e4b3ae8ff3261 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 1 Jun 2013 22:23:19 -0700 Subject: [PATCH] Code blows up without this. Vinnie, please double check. --- modules/ripple_data/crypto/ripple_Base58Data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ripple_data/crypto/ripple_Base58Data.h b/modules/ripple_data/crypto/ripple_Base58Data.h index 7f9892a6ea..a5509e1ecb 100644 --- a/modules/ripple_data/crypto/ripple_Base58Data.h +++ b/modules/ripple_data/crypto/ripple_Base58Data.h @@ -45,7 +45,7 @@ protected: void SetData(int nVersionIn, const unsigned char *pbegin, const unsigned char *pend); 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); std::string ToString() const;