I'm using getblocktemplate and I want to signal DIP0003 on mainnet. Therefore I'm sending the following request to the node: {"id":"0","method":"getblocktemplate","params":[{"rules":["dip0003"]}]}
Describe the issue
Sometimes I receive in the version field 0x20000000 and sometimes 0x20000008
Can you reliably reproduce the issue?
I have found no way so far to reproduce the issue reliably.
Expected behaviour
I expect at least consistent behaviour. According to BIP9 the node should indicate it's preference, which would be 0x20000008.
I'm using getblocktemplate and I want to signal DIP0003 on mainnet. Therefore I'm sending the following request to the node:
{"id":"0","method":"getblocktemplate","params":[{"rules":["dip0003"]}]}Describe the issue
Sometimes I receive in the version field 0x20000000 and sometimes 0x20000008
Can you reliably reproduce the issue?
I have found no way so far to reproduce the issue reliably.
Expected behaviour
I expect at least consistent behaviour. According to BIP9 the node should indicate it's preference, which would be 0x20000008.