forked from TrueCloudLab/neoneo-go
core: gofmt
This commit is contained in:
parent
34a38ccce1
commit
bb765ccfa7
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue