forked from TrueCloudLab/neoneo-go
9 lines
148 B
Go
9 lines
148 B
Go
|
package transaction
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestEncodeDecodeIssue(t *testing.T) {
|
||
|
|
||
|
// This is the same as Contract, as it has no special fields.
|
||
|
}
|