Using Lighthouse grafitti is incorrectly enclosed in double quotes. Examing `ps` output I can see this: `lighthouse vc --graffiti="mygraffiti"` Double quotes are propagated to the beacon chain. You can find lot's of block proposal with grafitti enclosed in double quotes. May be related to my previous [pull request](https://github.com/stereum-dev/ethereum2-ansible/pull/172).
Using Lighthouse grafitti is incorrectly enclosed in double quotes. Examing
psoutput I can see this:lighthouse vc --graffiti="mygraffiti"Double quotes are propagated to the beacon chain. You can find lot's of block proposal with grafitti enclosed in double quotes.
May be related to my previous pull request.