mempool: gofmt -s
This commit is contained in:
parent
885e048225
commit
8400f0add2
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Reference in a new issue