Hush dat wallet

This commit is contained in:
Duke Leto
2020-12-04 09:46:21 -05:00
parent d8677c2a21
commit 6f556c2b60
7 changed files with 21 additions and 21 deletions

View File

@@ -19,8 +19,8 @@
* *
******************************************************************************/
#ifndef BITCOIN_WALLET_WALLET_H
#define BITCOIN_WALLET_WALLET_H
#ifndef HUSH_WALLET_WALLET_H
#define HUSH_WALLET_WALLET_H
#include "amount.h"
#include "asyncrpcoperation.h"
@@ -1499,4 +1499,4 @@ public:
#define RETURN_IF_ERROR(CCerror) if ( CCerror != "" ) { ERR_RESULT(CCerror); return(result); }
#endif // BITCOIN_WALLET_WALLET_H
#endif // HUSH_WALLET_WALLET_H