save inbound VAA to bigtable

Change-Id: Id8ca26088daff3734a32d061029231d5846a020e
This commit is contained in:
justinschuldt 2021-10-29 04:25:37 -05:00 committed by Justin Schuldt
parent 4c85daa531
commit 5f1e5dd211
1 changed files with 1 additions and 0 deletions

View File

@ -340,4 +340,5 @@ func (p *Processor) handleInboundSignedVAAWithQuorum(ctx context.Context, m *gos
p.logger.Error("failed to store signed VAA", zap.Error(err))
return
}
p.attestationEvents.ReportVAAQuorum(v)
}