mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-03 13:58:37 +00:00
ddd1d92ff1
The idea here is to preserve the history of `dev` branch development and its code when merging with the `master`. Later this code could be moved into the masters code where appropriate.
8 lines
127 B
Go
8 lines
127 B
Go
package payload
|
|
|
|
import "testing"
|
|
|
|
func Test(t *testing.T) {
|
|
//tests for this have been included in the mheaders_test file
|
|
|
|
}
|