()
| 12 | } |
| 13 | |
| 14 | function createBCWithMined() { |
| 15 | const blockchain = new Blockchain(); |
| 16 | blockchain.minePendingTransactions(signingKey.getPublic('hex')); |
| 17 | |
| 18 | return blockchain; |
| 19 | } |
| 20 | |
| 21 | function createBlockchainWithTx() { |
| 22 | const blockchain = new Blockchain(); |
no test coverage detected