Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

algorelay: Fix typo in relayCmd.go #5135

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Conversation

eltociear
Copy link
Contributor

Summary

boostrap -> bootstrap

boostrap -> bootstrap
@codecov
Copy link

codecov bot commented Feb 12, 2023

Codecov Report

Merging #5135 (ebfae67) into master (4bc7250) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5135      +/-   ##
==========================================
+ Coverage   53.42%   53.46%   +0.04%     
==========================================
  Files         431      431              
  Lines       54364    54364              
==========================================
+ Hits        29044    29068      +24     
+ Misses      23064    23047      -17     
+ Partials     2256     2249       -7     
Impacted Files Coverage Δ
ledger/blockqueue.go 82.25% <0.00%> (-2.69%) ⬇️
crypto/merkletrie/trie.go 66.42% <0.00%> (-2.19%) ⬇️
crypto/merkletrie/node.go 91.62% <0.00%> (-1.87%) ⬇️
network/wsNetwork.go 64.98% <0.00%> (ø)
ledger/acctonline.go 79.16% <0.00%> (+0.52%) ⬆️
ledger/catchpointtracker.go 58.69% <0.00%> (+0.78%) ⬆️
ledger/tracker.go 75.10% <0.00%> (+0.84%) ⬆️
catchup/peerSelector.go 100.00% <0.00%> (+1.04%) ⬆️
catchup/service.go 68.94% <0.00%> (+1.41%) ⬆️
network/wsPeer.go 70.11% <0.00%> (+4.13%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Eric-Warehime Eric-Warehime changed the title Fix typo in relayCmd.go algorelay: Fix typo in relayCmd.go Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants