Skip to content

Commit 6e6a922

Browse files
committed
psbt: Store m_asset_proof for PSBT_IN_ELEMENTS_ASSET_PROOF
1 parent 547b3e3 commit 6e6a922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psbt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ struct PSBTInput
960960
} else if (subkey_len != 1) {
961961
throw std::ios_base::failure("Input explicit asset proof is more than one byte type");
962962
}
963-
s >> m_value_proof;
963+
s >> m_asset_proof;
964964
break;
965965
}
966966
case PSBT_ELEMENTS_IN_BLINDED_ISSUANCE:

0 commit comments

Comments
 (0)