OSDN Git Service

ts to ms (#71)
[bytom/vapor.git] / protocol / validation / tx_test.go
index ed0f06e..a9a2f3d 100644 (file)
@@ -809,7 +809,7 @@ func TestTimeRange(t *testing.T) {
        block := &bc.Block{
                BlockHeader: &bc.BlockHeader{
                        Height:    333,
-                       Timestamp: 1521625823,
+                       Timestamp: 1521625823000,
                },
        }