Ran it locally, looks fine
Details
Details
- Reviewers
johnkuney bytesofman - Group Reviewers
Restricted Project - Commits
- rABC882f7450604c: [e.cash] Use camelCase for constant
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/e.cash/pages/mining.js | ||
---|---|---|
12 ↗ | (On Diff #42907) |
Yeah, I was thinking about that, but wasn't sure since getblocktemplate is an RPC command that's all lower-case |
web/e.cash/pages/mining.js | ||
---|---|---|
12 ↗ | (On Diff #42907) | lol. subjective either way then. in general tho, JS standard would be to camelcase everything, even stuff that is not camel cased outside of JS. so -- your call, feel free to land it either way. |