Skip to content

typo, comment#847

Merged
shargon merged 30 commits intoneo-project:developfrom
Jim8y:code-review
Mar 31, 2022
Merged

typo, comment#847
shargon merged 30 commits intoneo-project:developfrom
Jim8y:code-review

Conversation

@Jim8y
Copy link
Contributor

@Jim8y Jim8y commented Jan 20, 2022

No description provided.

@coveralls
Copy link

coveralls commented Jan 20, 2022

Pull Request Test Coverage Report for Build 2056047779

  • 1 of 32 (3.13%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.1%) to 15.08%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Neo.ConsoleService/CommandToken.cs 1 2 50.0%
Neo.ConsoleService/ServiceProxy.cs 0 3 0.0%
Neo.ConsoleService/ConsoleServiceBase.cs 0 27 0.0%
Files with Coverage Reduction New Missed Lines %
Neo.ConsoleService/ConsoleServiceBase.cs 2 0%
Totals Coverage Status
Change from base Build 1810946609: 0.1%
Covered Lines: 107
Relevant Lines: 683

💛 - Coveralls

@Jim8y Jim8y changed the title typo, comment, code optimization. typo, comment Jan 27, 2022
Jinghui Liao and others added 2 commits January 27, 2022 09:35
Co-authored-by: Shargon <shargon@gmail.com>
Co-authored-by: Shargon <shargon@gmail.com>
shargon
shargon previously approved these changes Jan 27, 2022
Comment on lines +81 to +82
default:
throw new ArgumentOutOfRangeException(nameof(level), level, null);
Copy link
Member

Choose a reason for hiding this comment

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

Why not just ignore it?

@Jim8y Jim8y changed the base branch from master to develop February 8, 2022 19:33
await Task.Delay(NeoSystem.Settings.TimePerBlock, cancel.Token);
}
});
}, cancel.Token);
Copy link
Member

Choose a reason for hiding this comment

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

It's not necessary. Because it is already judged in the loop.

@shargon shargon merged commit ab5447d into neo-project:develop Mar 31, 2022
@Jim8y Jim8y deleted the code-review branch March 31, 2022 13:24
erikzhang pushed a commit that referenced this pull request Apr 19, 2022
* neo-cli: tune MaxTransactionsPerBlock for testnet (#850)

* Add new testnet network id (#852)

* typo, comment (#847)

* Install plugin and dependencies. (#807)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants