tx simulate still need fee work

This commit is contained in:
logicalmechanism 2023-08-16 12:04:07 -07:00 committed by Lucas
parent 050c41c8dc
commit 649039c993
1 changed files with 1 additions and 2 deletions

View File

@ -377,8 +377,7 @@ fn get_tx_info_v2(
.map(|output| TxOut::V2(sort_tx_out_value(&output.into())))
.collect();
// let fee = Value::Coin(body.fee);
let fee = Value::Coin(0);
let fee = Value::Coin(body.fee);
let mint = sort_mint(&body.mint.clone().unwrap_or(KeyValuePairs::Indef(vec![])));