Skip to content

Commit

Permalink
updated readme.md and ran go imports on interface.go
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Jun 19, 2019
1 parent 3c3fb2f commit 98037e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Elrond go sandbox
# Elrond go

The go implementation for the Elrond Network testnet

Expand Down
8 changes: 4 additions & 4 deletions process/interface.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
package process

import (
"github.com/ElrondNetwork/elrond-go/data/block"
"github.com/ElrondNetwork/elrond-go/data/smartContractResult"
"github.com/ElrondNetwork/elrond-go/storage"
"github.com/ElrondNetwork/elrond-vm-common"
"math/big"
"time"

"github.com/ElrondNetwork/elrond-go/data"
"github.com/ElrondNetwork/elrond-go/data/block"
"github.com/ElrondNetwork/elrond-go/data/smartContractResult"
"github.com/ElrondNetwork/elrond-go/data/state"
"github.com/ElrondNetwork/elrond-go/data/transaction"
"github.com/ElrondNetwork/elrond-go/p2p"
"github.com/ElrondNetwork/elrond-go/sharding"
"github.com/ElrondNetwork/elrond-go/storage"
"github.com/ElrondNetwork/elrond-vm-common"
)

// TransactionProcessor is the main interface for transaction execution engine
Expand Down

0 comments on commit 98037e3

Please sign in to comment.