scripted diff
```
flynt --transform-concats test/functional/p2p_*
```
Manual changes:
- remove the + operator in a string concatenation so that `flynt --transform-concats` does not touch it (and therefore does not remove useful comments)
- remove unecessary string formatting when converting blockhashes to `int`
Depends on D13195