test_mineBlocks(int _number)
This method just accept a number and it tells the client to mine a _number blocks on top of the current one.
If there are string test_addTransaction(string _jsonTransaction) methods called in between test_mineBlocks(1) methos, then such transaction must be executed and included into the block. (if valid)
test_mineBlocks(int _number)
This method just accept a number and it tells the client to mine a _number blocks on top of the current one.
If there are string test_addTransaction(string _jsonTransaction) methods called in between test_mineBlocks(1) methos, then such transaction must be executed and included into the block. (if valid)