Skip to content

Commit beb5fcb

Browse files
committed
Remove DecodeBase58Check warning
1 parent 99f6071 commit beb5fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base58.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ inline bool DecodeBase58Check(const char* psz, std::vector<unsigned char>& vchRe
6969
* Decode a base58-encoded string (str) that includes a checksum into a byte
7070
* vector (vchRet), return true if decoding is successful
7171
*/
72-
inline bool DecodeBase58Check(const std::string& str, std::vector<unsigned char>& vchRet);
72+
bool DecodeBase58Check(const std::string& str, std::vector<unsigned char>& vchRet);
7373

7474
/**
7575
* Base class for all base58-encoded data

0 commit comments

Comments
 (0)