What is the meaning of target-confirmation?

2

The API call listsinceblock has an optional parameter called target-confirmations. Exactly what does it mean and how does it differ from the minconf optional parameter that many other calls take? I understand the use of minconf, but I cannot at first glance see what's different about target-confirmations.

Jon Smark

Posted 2012-08-22T17:59:22.513

Reputation: 195

Answers

2

It's pretty much the same thing. It probably should have been called 'minconf'.

Chris Moore

Posted 2012-08-22T17:59:22.513

Reputation: 13 952