Skip to content

Commit b266815

Browse files
committed
ignore system action validation in traceTransaction
1 parent ab2541b commit b266815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/coreservice.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,6 +2060,7 @@ func (core *coreService) TraceTransaction(ctx context.Context, actHash string, c
20602060
BlockTimeStamp: blk.Timestamp(),
20612061
GasLimit: g.BlockGasLimitByHeight(blk.Height()),
20622062
Producer: blk.PublicKey().Address(),
2063+
Simulate: true,
20632064
})
20642065
ctx = protocol.WithRegistry(ctx, core.registry)
20652066
ctx = protocol.WithFeatureCtx(ctx)

0 commit comments

Comments
 (0)