Skip to content

Commit

Permalink
Add link to issue for TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Jul 30, 2020
1 parent 6b81b96 commit e679b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/grpcserver/mesh_service.go
Expand Up @@ -261,6 +261,7 @@ func convertTransaction(t *types.Transaction) *pb.Transaction {
func convertActivation(a *types.ActivationTx) (*pb.Activation, error) {
// TODO: It's suboptimal to have to serialize every atx to get its
// size but size is not stored as an attribute.
// See https://github.com/spacemeshos/go-spacemesh/issues/2095
data, err := a.InnerBytes()
if err != nil {
return nil, err
Expand Down

0 comments on commit e679b51

Please sign in to comment.