From 9d93312e304a3d83618cf43673404fb0b5789a87 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Thu, 20 Sep 2018 23:26:51 -0700 Subject: [PATCH] Format TODO (#546) --- validator/attester/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/attester/service.go b/validator/attester/service.go index bf92cec8a..d075c1508 100644 --- a/validator/attester/service.go +++ b/validator/attester/service.go @@ -116,7 +116,7 @@ func (a *Attester) run(attester pb.AttesterServiceClient, validator pb.Validator ShardId: a.shardID, AttesterBitfield: attesterBitfield, ShardBlockHash: latestBlockHash[:], // Is a stub for actual shard blockhash. - AggregateSig: []uint64{}, // TODO: Need Signature verification scheme/library + AggregateSig: []uint64{}, // TODO(258): Need Signature verification scheme/library }, }