result: gofmt -s
This commit is contained in:
parent
4c81f4dbc0
commit
d3ea720afb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import (
|
||||||
func TestInvoke_MarshalJSON(t *testing.T) {
|
func TestInvoke_MarshalJSON(t *testing.T) {
|
||||||
tx := transaction.New([]byte{1, 2, 3, 4}, 0)
|
tx := transaction.New([]byte{1, 2, 3, 4}, 0)
|
||||||
tx.Signers = []transaction.Signer{{Account: util.Uint160{1, 2, 3}}}
|
tx.Signers = []transaction.Signer{{Account: util.Uint160{1, 2, 3}}}
|
||||||
tx.Scripts = []transaction.Witness{transaction.Witness{InvocationScript: []byte{}, VerificationScript: []byte{}}}
|
tx.Scripts = []transaction.Witness{{InvocationScript: []byte{}, VerificationScript: []byte{}}}
|
||||||
_ = tx.Size()
|
_ = tx.Size()
|
||||||
tx.Hash()
|
tx.Hash()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue