mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
rpc: decodepsbt: fix check for blind_reissuance_amount_proof output
This commit is contained in:
parent
a7c455e6bf
commit
5895fb10bb
1 changed files with 1 additions and 1 deletions
|
|
@ -1530,7 +1530,7 @@ static RPCHelpMan decodepsbt()
|
|||
}
|
||||
|
||||
// Issuance blind inflation keys value proof
|
||||
if (!input.m_blind_issuance_value_proof.empty()) {
|
||||
if (!input.m_blind_issuance_inflation_keys_proof.empty()) {
|
||||
in.pushKV("blind_reissuance_amount_proof", HexStr(input.m_blind_issuance_inflation_keys_proof));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue