multichain-cli chain getblock {blocknumber} 4
{"method":"getblock","params":["{blocknumber}",4],"id":1,"chain_name":"chain"}
{
"hash" : "{blockaddress}",
"miner" : "{mineraddress}",
"confirmations" : 1
}
Based on this example, how does block/transaction confirmations work? This block in question has only one transaction in it - the miner transaction.
I am getting for example a block with 20 transactions but each transaction is confirmed only twice or once and on others its 21 or 25 times confirmed.
Not quite clear on how this works or is being determined.