|
@ -14,11 +14,13 @@ |
|
|
You should have received a copy of the GNU General Public License |
|
|
You should have received a copy of the GNU General Public License |
|
|
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
|
|
|
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
|
|
|
*/ |
|
|
*/ |
|
|
/** @file $NAME.h
|
|
|
/** @file $NAME.cpp
|
|
|
* @author Gav Wood <i@gavwood.com> |
|
|
* @author Gav Wood <i@gavwood.com> |
|
|
* @date 2015 |
|
|
* @date 2015 |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
DEV_AZ_NOTE_PLUGIN($NAME); |
|
|
|
|
|
|
|
|
#include "$NAME.h" |
|
|
#include "$NAME.h" |
|
|
#include <libdevcore/Log.h> |
|
|
#include <libdevcore/Log.h> |
|
|
#include <libethereum/Client.h> |
|
|
#include <libethereum/Client.h> |
|
|