Usually the letter B is capitalized, but in this code the letter B is lowercase.
Is there a problem with the letter B being lowercase in the code?
#cloud-config
write_files:
- owner: nkn:nkn
path: /home/nkn/nkn-commercial/config.json
content: |
{
“beneficiaryAddr”: “NKNNMieZCw4ZGMkaxkpB8RSPh3QRkSg5D74E”
}
Ps: I know that in many codes there is case sensitive, and that capital letters are different from lower case.