mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 426679e48c into merged_master (Elements PR #1134)
This commit is contained in:
commit
98e863fcbb
1 changed files with 1 additions and 1 deletions
|
|
@ -3464,7 +3464,7 @@ void CWalletTx::GetBlindingData(const unsigned int map_index, const std::vector<
|
|||
memcpy(asset_tag.begin(), &*(it + 73), 32);
|
||||
pubkey.Set(it + 105, it + 138);
|
||||
|
||||
if (conf_value.IsExplicit()) {
|
||||
if (amount != -1 && conf_value.IsExplicit()) {
|
||||
assert(conf_value.GetAmount() == amount);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue