add GetTx template.

This commit is contained in:
Christopher Jeffrey 2014-09-22 15:31:56 -07:00
parent 2e6b618355
commit 5c5e125a9c

View File

@ -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);