mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-24 09:25:21 +00:00
8 lines
83 B
Go
8 lines
83 B
Go
package payload
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestNewAddrWithTime(t *testing.T) {
|
|
}
|