Skip to content

Commit

Permalink
docs: fix VEA_01 (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanicoladebiasi authored Jan 29, 2025
1 parent 5bcbf8a commit 98ca258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class VeChainProvider extends EventEmitter implements EIP1193ProviderMessage {
this.subscriptionManager.currentBlockNumber
);

// If the block is successfully fetched (not undefined or null), update the result and increment the block number
// If the block is successfully fetched (not undefined or null), update the result.
if (block !== undefined && block !== null) {
result = block; // Set the fetched block as the result
}
Expand Down

1 comment on commit 98ca258

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
98.98% (4376/4421) 97.01% (1398/1441) 98.9% (906/916)
Title Tests Skipped Failures Errors Time
core 838 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 27s ⏱️
network 731 0 πŸ’€ 0 ❌ 0 πŸ”₯ 5m 3s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.628s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 19.069s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 1s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 29s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 18s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 6s ⏱️

Please sign in to comment.