• Capitalized reason strings to match convention of other contracts, except when its a var or function name.
• Changed state to status to prevent possible confusion, as that's the actual variable name in contract, and state is a common variable name elsewhere (e.g. used in React a lot)
• Capitalized reason strings to match convention of other contracts, except when its a var or function name. • Changed
state
tostatus
to prevent possible confusion, as that's the actual variable name in contract, andstate
is a common variable name elsewhere (e.g. used in React a lot)