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
- Branch
- e.cash-mining-camelCase
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25509 Build 50599: Build Diff Build 50598: arc lint + arc unit
Event Timeline
web/e.cash/pages/mining.js | ||
---|---|---|
12 |
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 | 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. |