mempool: gofmt -s

This commit is contained in:
Roman Khimov 2020-03-17 16:47:51 +03:00
parent 885e048225
commit 8400f0add2

View file

@ -193,7 +193,7 @@ func newIssueTX() *transaction.Transaction {
Type: transaction.IssueType, Type: transaction.IssueType,
Data: &transaction.IssueTX{}, Data: &transaction.IssueTX{},
Outputs: []transaction.Output{ Outputs: []transaction.Output{
transaction.Output{ {
AssetID: random.Uint256(), AssetID: random.Uint256(),
Amount: util.Fixed8FromInt64(42), Amount: util.Fixed8FromInt64(42),
ScriptHash: random.Uint160(), ScriptHash: random.Uint160(),