core: gofmt

This commit is contained in:
Roman Khimov 2019-11-27 13:27:47 +03:00
parent 34a38ccce1
commit bb765ccfa7
2 changed files with 3 additions and 3 deletions

View file

@ -1320,7 +1320,7 @@ func (bc *Blockchain) GetValidators(txes... *transaction.Transaction) ([]*keys.P
return result, nil
}
func processStateTX(chainState *BlockChainState, tx *transaction.StateTX, ) error {
func processStateTX(chainState *BlockChainState, tx *transaction.StateTX) error {
for _, desc := range tx.Descriptors {
switch desc.Type {
case transaction.Account: