Greetings,
I have initialised the chain with admin-consensus-mine=0.5 and created one additional node without admin, activate or mine permission. That means that I have a single admin. I tried to grant mine to the second node, but it puts it only into the pending permission, although the one and only admin tried to grant the permission:
zolichain1: listpermissions mine * true
{"method":"listpermissions","params":["mine","*",true],"id":1,"chain_name":"zolichain1"}
[
{
"address" : "1QhdwmVrxCRnS7r6vFuvLSiKQ53FqQ5MvEqk93",
"type" : "mine",
"startblock" : 0,
"endblock" : 0,
"admins" : [
],
"pending" : [
{
"startblock" : 0,
"endblock" : 4294967295,
"admins" : [
"1TFvWaHMkbBUnfGyXJZgtxCmMHmqMytiPz24Lm"
],
"required" : 1
}
]
},
{
"address" : "1TFvWaHMkbBUnfGyXJZgtxCmMHmqMytiPz24Lm",
"type" : "mine",
"startblock" : 0,
"endblock" : 4294967295,
"admins" : [
"1TFvWaHMkbBUnfGyXJZgtxCmMHmqMytiPz24Lm"
],
"pending" : [
]
}
]
Why isn't it granted? The required is set to 1 and 1 admin requested it.
Many thanks in advance,
Zoltan