mirror of
https://github.com/MAGICGrants/rust-monero-explorer.git
synced 2026-01-08 04:03:50 -05:00
Rollback cuprate submodule commit
This commit is contained in:
2
external/cuprate
vendored
2
external/cuprate
vendored
Submodule external/cuprate updated: 63246843fe...11722e053b
@@ -132,7 +132,7 @@ async fn get_tx(
|
||||
let tx = ops::tx::get_tx_from_id(&tx_id, tables.tx_blobs())?;
|
||||
|
||||
let response: TransactionResponse = match tx.clone().into() {
|
||||
Transaction::V1 { prefix, signatures: _ } => {
|
||||
Transaction::V1 { prefix } => {
|
||||
let inputs: Result<Vec<TransactionInput>, AppError>= prefix.vin.par_iter().map(|input| {
|
||||
let mixins: Result<Vec<TransactionInputMixin>, AppError> = input
|
||||
.key
|
||||
|
||||
Reference in New Issue
Block a user