4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
module.exports.mineBlock = async function (arweave) {
|
|
await arweave.api.get('mine');
|
|
};
|