mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-03 23:19:44 +00:00
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.
|
||
|
}
|