From 0f459a7d3a937f9ad080d096217c955436b20131 Mon Sep 17 00:00:00 2001 From: Thomas Le Date: Sat, 26 Aug 2017 02:31:05 -0500 Subject: [PATCH] Added getBlockByNumber command Coin ION has this command. --- commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.js b/commands.js index ec599f2..8d82c1d 100755 --- a/commands.js +++ b/commands.js @@ -11,6 +11,7 @@ var commands = module.exports.commands = [ , 'getAddressesByAccount' , 'getBalance' , 'getBlock' + , 'getBlockByNumber' , 'getBlockCount' , 'getBlockHash' , 'getBlockCount'