From 72a53a320b5cc7aa9b991ffc394b276bc45f7fab Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Mon, 25 Jun 2018 20:34:48 -0700 Subject: [PATCH] Fix a fmt error --- aws-code/transaction_generator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/aws-code/transaction_generator.go b/aws-code/transaction_generator.go index 0c44ac42e..a0b2e7726 100644 --- a/aws-code/transaction_generator.go +++ b/aws-code/transaction_generator.go @@ -80,7 +80,6 @@ func getNewFakeTransactions(shardId int, dataNodes *[]node.Node, numTxs int, num } } - // Fill in the utxo from current shard txin := blockchain.TXInput{txId, index, address, (*dataNodes)[shardId].Consensus.ShardID} txInputs := []blockchain.TXInput{txin}