mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-11 01:20:37 +00:00
pkg: fix gofmt issues
This commit is contained in:
parent
e41d434a49
commit
f5a1b928ce
3 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue