|
|
@ -2,8 +2,8 @@ |
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef BITCOIN_LEVELDBWRAPPER_H |
|
|
|
#ifndef BITCOIN_DBWRAPPER_H |
|
|
|
#define BITCOIN_LEVELDBWRAPPER_H |
|
|
|
#define BITCOIN_DBWRAPPER_H |
|
|
|
|
|
|
|
|
|
|
|
#include "clientversion.h" |
|
|
|
#include "clientversion.h" |
|
|
|
#include "serialize.h" |
|
|
|
#include "serialize.h" |
|
|
@ -276,5 +276,5 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif // BITCOIN_LEVELDBWRAPPER_H
|
|
|
|
#endif // BITCOIN_DBWRAPPER_H
|
|
|
|
|
|
|
|
|