I am trying to run a 3 node cluster, 1 among three is miner. When I try to make sendTransation its seems be signed but seems to halt forever with message signed and must wait for others.
The logs also show ENR request failed which doesnt seems okay:
Other details, I have a bootnode which serves at peer discovery node. My nodes runes with command
geth --nousb --bootnodes "enode://$bootnodeId@$bootnodeIp:30301" \
--rpc --rpcaddr "0.0.0.0" --networkid "15" --verbosity 5 --maxpeers 3 \
--rpccorsdomain "*" --rpcapi "eth,net,web3,miner,debug,personal,rpc" --syncmode full

