Skip to content

Commit

Permalink
Update addresstype.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sidhujag committed Aug 17, 2023
1 parent 23d35c3 commit 63855de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/addresstype.h
Expand Up @@ -2,8 +2,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php.

#ifndef BITCOIN_ADDRESSTYPE_H
#define BITCOIN_ADDRESSTYPE_H
#ifndef SYSCOIN_ADDRESSTYPE_H
#define SYSCOIN_ADDRESSTYPE_H

#include <pubkey.h>
#include <script/script.h>
Expand Down Expand Up @@ -118,4 +118,4 @@ bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet)
*/
CScript GetScriptForDestination(const CTxDestination& dest);

#endif // BITCOIN_ADDRESSTYPE_H
#endif // SYSCOIN_ADDRESSTYPE_H

0 comments on commit 63855de

Please sign in to comment.