Closed Oppen closed 5 days ago
fix: nil dereference on aggregator
nil
SendAggregatedResponse would overwrite tx, which in the error case sets it to nil, causing the retry to dereference nil.
SendAggregatedResponse
tx
This fix consists on using separate variables for the simulated tx and the real one.
testnet
staging
fix:
nil
dereference on aggregatorSendAggregatedResponse
would overwritetx
, which in the error case sets it tonil
, causing the retry to dereferencenil
.This fix consists on using separate variables for the simulated tx and the real one.
Type of change
Checklist
testnet
, everything else tostaging