By using "MultiChain API", created a blockchain over 2 nodes in AWS.
Created 3 "Assets" using following commands on 1st node :
issue 1VN1TPRteLNSAz8xzzUuUdEzsE9qGFhaG1KBf asset1 1000 0.01
issue 1VN1TPRteLNSAz8xzzUuUdEzsE9qGFhaG1KBf asset2 1000 0.01
issue 1VN1TPRteLNSAz8xzzUuUdEzsE9qGFhaG1KBf asset3 1000 0.01
In order to confirm this transaction, executed following command:
listwallettransactions
My question is, why "Attribute: confirmation", iis increasing "incrementally(after every few seconds)" AND "variably (i.e. 33,22 & 11)" ?
Is it some kind of "Consensus Building" algorithm in action, in this regard ?