diff --git a/data/transactions/signedtxn.go b/data/transactions/signedtxn.go index cc9c3de86b..08007d2f9c 100644 --- a/data/transactions/signedtxn.go +++ b/data/transactions/signedtxn.go @@ -67,6 +67,7 @@ func (s SignedTxn) ID() Txid { return s.Txn.ID() } +// CacheID caches the ID of the underlying transaction. func (s *SignedTxn) CacheID() { txid := s.Txn.ID() s.cachedID = &txid