Skip to content

Error running scan_txlog.py: Inputs and outputs of transfer do not match up #381

Open
@alecalve

Description

@alecalve

Running scan_txlog.py, I run into an error:

Command used:

python scan_txlog.py \
  https://scan.sv-1.global.canton.network.digitalasset.com \
  --cache-file-path canton_state.json \
  --hide-round-events \
  --hide-details \
  --disable-state-summaries \
  --report-output report.csv \
  --stop-on-error \
  --append-to-report \
  --loglevel=ERROR

Error (which occur after a while:

ERROR:global:Transfer error: Inputs and outputs of transfer do not match up, expected: 75000.0038051800 == 74986.0000000000 + 14.0000000000
ERROR:global:Encountered exception while processing transaction: --stop-on-error set, stopping export (error: Transfer error: Inputs and outputs of transfer do not match up, expected: 75000.0038051800 == 74986.0000000000 + 14.0000000000)

The problematic update is 12207eebdd24083fabbcc90f027d9fd836bac94c9e057f238dda9f19f6daa4567fd4.

I can share canton_state.json and report.csv if requested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions