Skip to content

Error in msapproval task: failed to find transaction: pending transaction 1 not found #825

@frrist

Description

@frrist

Describe the bug:

msapproval task error: failed to find transaction: pending transaction 1 not found:

var tx *transaction
if err := prevActorState.ForEachPendingTxn(func(id int64, txn multisig.Transaction) error {
if id == int64(params.ID) {
tx = &transaction{
id: int64(params.ID),
to: txn.To.String(),
value: txn.Value.String(),
}
}
return nil
}); err != nil {
return false, nil, xerrors.Errorf("failed to read transaction details: %w", err)
}
if tx == nil {
return false, nil, xerrors.Errorf("pending transaction %d not found", params.ID)
}

Steps to Reproduce:

Lily Version: v0.8.5

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions