Skip to content

Commit

Permalink
fix: 🚨 remove unused variables from sealBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
TDemeco committed Dec 27, 2024
1 parent e6539d0 commit 00b0adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/bspNet/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const sealBlock = async (
await call.signAndSend(
signer || alice,
{ nonce: nonce.addn(i) },
({ txHash, status, events, dispatchError }) => {
({ txHash, dispatchError }) => {
if (!results.hashes.includes(txHash)) {
results.hashes.push(txHash);
}
Expand Down

0 comments on commit 00b0adf

Please sign in to comment.