Skip to content

Commit

Permalink
docs: fix VEA_01 (#1769)
Browse files Browse the repository at this point in the history
(cherry picked from commit 98ca258)
  • Loading branch information
lucanicoladebiasi committed Jan 29, 2025
1 parent 67073ff commit 43b8b8b
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 43b8b8b

@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: 98%
98.91% (4372/4420) 97.2% (1392/1432) 98.8% (906/917)
Title Tests Skipped Failures Errors Time
core 838 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 25s ⏱️
network 731 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 51s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.926s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 19.004s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 4s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 33s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 17s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 6s ⏱️

Please sign in to comment.