mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 03:58:06 +00:00
9 lines
83 B
Go
9 lines
83 B
Go
|
package payload
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestNewAddrWithTime(t *testing.T) {
|
||
|
}
|