mirror of
https://github.com/status-im/status-go.git
synced 2025-02-07 04:13:56 +00:00
Without this change `cmd/spiff-workflow` fails to start with: ``` INFO [05-14|19:08:39.025|github.com/status-im/status-go/api/geth_backend.go:786] failed to start node package=status-go/api.GethStatusBackend ERROR[05-14|17:00:04.279|spiff-workflow/main.go:125] failed import account package=status-go/cmd/statusd err="Key: 'NodeConfig.KeycardPairingDataFile' Error:Field validation for 'KeycardPairingDataFile' failed on the 'required' tag" ``` The alternative is to set `KeycardPairingDataFile` to any value: ``` nodeConfig.KeycardPairingDataFile = "STUPID_BEYOND_BELIEF" ``` Which is even worse. Signed-off-by: Jakub Sokołowski <jakub@status.im>