Hush Hush Hush

This commit is contained in:
Duke Leto
2020-12-04 09:42:59 -05:00
parent 49ab8471b1
commit abc0b55d05
60 changed files with 175 additions and 175 deletions

View File

@@ -6,8 +6,8 @@
/**
* Money parsing/formatting utilities.
*/
#ifndef BITCOIN_UTILMONEYSTR_H
#define BITCOIN_UTILMONEYSTR_H
#ifndef HUSH_UTILMONEYSTR_H
#define HUSH_UTILMONEYSTR_H
#include <stdint.h>
#include <string>
@@ -18,4 +18,4 @@ std::string FormatMoney(const CAmount& n);
bool ParseMoney(const std::string& str, CAmount& nRet);
bool ParseMoney(const char* pszIn, CAmount& nRet);
#endif // BITCOIN_UTILMONEYSTR_H
#endif // HUSH_UTILMONEYSTR_H