pkg: fix gofmt issues

This commit is contained in:
Roman Khimov 2020-03-03 17:22:15 +03:00
parent e41d434a49
commit f5a1b928ce
3 changed files with 4 additions and 4 deletions

View file

@ -446,7 +446,7 @@ func (s *service) getVerifiedTx(count int) []block.Transaction {
pk := s.dbft.Pub.(*publicKey)
sh = pk.GetScriptHash()
}
txOuts = []transaction.Output{transaction.Output{
txOuts = []transaction.Output{{
AssetID: core.UtilityTokenID(),
Amount: netFee,
ScriptHash: sh,