Indicative voting for EIP-27 soft-fork proposal

From my understanding adding the following code below to your full node config will essentially vote yes and if you don’t change your config you are essentially saying no to the re-emission proposal.

ergo {
  node {
    mining = true
  }

  voting {
    4 = 8000000
  }
}
2 Likes