| 1 | const assert = require('assert'); |
| 2 | const { Blockchain, Transaction } = require('../src/blockchain'); |
| 3 | const { createSignedTx, signingKey, createBlockchainWithTx, createBCWithMined } = require('./helpers'); |
| 4 |
nothing calls this directly
no test coverage detected