bitcoin-sv-specs / brfc-merchantapi

Merchant API Specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Query transaction status" should has a option to return merkle proof

Ljzn opened this issue · comments

commented

Currently the merkle proof can only be got from the callback of submit transaction. If user miss the callback then can't get it again. (maybe submit again)

We need a straight way to get the merkle proof, such as an option in query transaction status, or returns merkle proof by default.