switch back to linked list.

This commit is contained in:
Christopher Jeffrey 2014-10-01 11:51:01 -07:00
parent e9150dd3ca
commit ffc26d93e7
1 changed files with 4 additions and 3 deletions

View File

@ -831,8 +831,6 @@ async_get_tx_after(uv_work_t *req) {
* bitcoind.pollBlocks(callback)
*/
#if 0
static int block_poll_top_height = -1;
NAN_METHOD(PollBlocks) {
@ -957,13 +955,14 @@ async_poll_blocks_after(uv_work_t *req) {
delete req;
}
#endif
/**
* PollBlocks
* bitcoind.pollBlocks(callback)
*/
#if 0
NAN_METHOD(PollBlocks) {
NanScope();
@ -1061,6 +1060,8 @@ async_poll_blocks_after(uv_work_t *req) {
delete req;
}
#endif
/**
* PollMempool
* bitcoind.pollMempool(callback)