From 5c5e125a9c28ff4a2eba4caabda01b82b6bb9d31 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 22 Sep 2014 15:31:56 -0700 Subject: [PATCH] add GetTx template. --- src/bitcoindjs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index b297b715..4bc05697 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -122,6 +122,7 @@ NAN_METHOD(IsStopping); NAN_METHOD(IsStopped); NAN_METHOD(StopBitcoind); NAN_METHOD(GetBlock); +NAN_METHOD(GetTx); static void async_start_node_work(uv_work_t *req);