Format TODO (#546)

This commit is contained in:
terence tsao 2018-09-20 23:26:51 -07:00 committed by GitHub
parent 8b61994fb3
commit 9d93312e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
},
}