Page MenuHomePhabricator

[e.cash] Use camelCase for constant
ClosedPublic

Authored by Mengerian on Nov 1 2023, 20:52.

Details

Reviewers
johnkuney
bytesofman
Group Reviewers
Restricted Project
Commits
rABC882f7450604c: [e.cash] Use camelCase for constant
Test Plan

Ran it locally, looks fine

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

bytesofman requested changes to this revision.Nov 1 2023, 22:15
bytesofman added a subscriber: bytesofman.
bytesofman added inline comments.
web/e.cash/pages/mining.js
12

might as well do the whole thing

181
This revision now requires changes to proceed.Nov 1 2023, 22:15
web/e.cash/pages/mining.js
12

might as well do the whole thing

Yeah, I was thinking about that, but wasn't sure since getblocktemplate is an RPC command that's all lower-case

bytesofman added inline comments.
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.

This revision is now accepted and ready to land.Nov 2 2023, 19:02
This revision was automatically updated to reflect the committed changes.